Shades of Turquoise #3EEECC
Tints of Turquoise #3EEECC
RGB
CMYK
RGB Variations
Color information
#3EEECC (or 0x3EEECC) is known color: Turquoise. HEX triplet: 3E, EE and CC. RGB value is (62,238,204). Sum of RGB (Red+Green+Blue) = 62+238+204=504 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.30% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #3EEECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEECC is #C11133. Grayscale: #B5B5B5. Windows color (decimal): -12652852 or 13430334. OLE color: 13430334.
HSL color Cylindrical-coordinate representation of color #3EEECC: hue angle of 168.41º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEECC is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 238 | 204 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.07 |
| HSL | 168.41º | 0.84% | 0.59% | - |
| HSV(B) | 168.41º | 0.74% | 0.93% | - |
| XYZ | 43.46 | 66.53 | 67.68 | - |
| YUV | 181.5 | 140.69 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 238 | 204 | 0.74 | 0 | 0.14 | 0.07 | 168.41 | 0.84 | 0.59 |
| Hex | 3E | EE | CC | 4A | 0 | E | 7 | A8 | 54 | 3B |
| Octal | 76 | 356 | 314 | 112 | 0 | 16 | 7 | 250 | 124 | 73 |
| Binary | 111110 | 11101110 | 11001100 | 1001010 | 0 | 1110 | 111 | 10101000 | 1010100 | 111011 |
Color Harmonies of #3EEECC
Complementary color
Monochromatic Colors of #3EEECC
Black with #3EEECC
Text Example
Text Example
White with #3EEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEECC; }
p { color: rgb(62,238,204); }
H1.HeaderClassName
{
color: #3EEECC;
}
.AnyTagClassName
{
color: #3EEECC;
}
</style>
background-color css
<style>
a { background-color: #3EEECC; }
a { background-color: rgb(62,238,204); }
div.DivClassName
{
background-color: #3EEECC;
}
.BgClassName
{
background-color: #3EEECC;
}
</style>
border-color css
<style>
span { border-color: #3EEECC; }
span { border-color: rgb(62,238,204); }
td.TdClassName
{
border-color: #3EEECC;
}
.TagClassName
{
border-color: #3EEECC;
}
</style>