Shades of Turquoise #3CEECB
Tints of Turquoise #3CEECB
RGB
CMYK
RGB Variations
Color information
#3CEECB (or 0x3CEECB) is known color: Turquoise. HEX triplet: 3C, EE and CB. RGB value is (60,238,203). Sum of RGB (Red+Green+Blue) = 60+238+203=501 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.98% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CEECB is #C31134. Grayscale: #B4B4B4. Windows color (decimal): -12783925 or 13364796. OLE color: 13364796.
HSL color Cylindrical-coordinate representation of color #3CEECB: hue angle of 168.2º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEECB is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 238 | 203 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.07 |
| HSL | 168.2º | 0.84% | 0.58% | - |
| HSV(B) | 168.2º | 0.75% | 0.93% | - |
| XYZ | 43.22 | 66.42 | 67.04 | - |
| YUV | 180.79 | 140.53 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 238 | 203 | 0.75 | 0 | 0.15 | 0.07 | 168.2 | 0.84 | 0.58 |
| Hex | 3C | EE | CB | 4B | 0 | F | 7 | A8 | 54 | 3A |
| Octal | 74 | 356 | 313 | 113 | 0 | 17 | 7 | 250 | 124 | 72 |
| Binary | 111100 | 11101110 | 11001011 | 1001011 | 0 | 1111 | 111 | 10101000 | 1010100 | 111010 |
Color Harmonies of #3CEECB
Complementary color
Monochromatic Colors of #3CEECB
Black with #3CEECB
Text Example
Text Example
White with #3CEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEECB; }
p { color: rgb(60,238,203); }
H1.HeaderClassName
{
color: #3CEECB;
}
.AnyTagClassName
{
color: #3CEECB;
}
</style>
background-color css
<style>
a { background-color: #3CEECB; }
a { background-color: rgb(60,238,203); }
div.DivClassName
{
background-color: #3CEECB;
}
.BgClassName
{
background-color: #3CEECB;
}
</style>
border-color css
<style>
span { border-color: #3CEECB; }
span { border-color: rgb(60,238,203); }
td.TdClassName
{
border-color: #3CEECB;
}
.TagClassName
{
border-color: #3CEECB;
}
</style>