Shades of Turquoise #3EE4CC
Tints of Turquoise #3EE4CC
RGB
CMYK
RGB Variations
Color information
#3EE4CC (or 0x3EE4CC) is known color: Turquoise. HEX triplet: 3E, E4 and CC. RGB value is (62,228,204). Sum of RGB (Red+Green+Blue) = 62+228+204=494 (65% of max value = 765). Red value is 62 (24.61% from 255 or 12.55% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #3EE4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EE4CC is #C11B33. Grayscale: #AFAFAF. Windows color (decimal): -12655412 or 13427774. OLE color: 13427774.
HSL color Cylindrical-coordinate representation of color #3EE4CC: hue angle of 171.33º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE4CC is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 228 | 204 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.11 |
| HSL | 171.33º | 0.75% | 0.57% | - |
| HSV(B) | 171.33º | 0.73% | 0.89% | - |
| XYZ | 40.63 | 60.87 | 66.73 | - |
| YUV | 175.63 | 144 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 228 | 204 | 0.73 | 0 | 0.11 | 0.11 | 171.33 | 0.75 | 0.57 |
| Hex | 3E | E4 | CC | 49 | 0 | B | B | AB | 4B | 39 |
| Octal | 76 | 344 | 314 | 111 | 0 | 13 | 13 | 253 | 113 | 71 |
| Binary | 111110 | 11100100 | 11001100 | 1001001 | 0 | 1011 | 1011 | 10101011 | 1001011 | 111001 |
Color Harmonies of #3EE4CC
Complementary color
Monochromatic Colors of #3EE4CC
Black with #3EE4CC
Text Example
Text Example
White with #3EE4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE4CC; }
p { color: rgb(62,228,204); }
H1.HeaderClassName
{
color: #3EE4CC;
}
.AnyTagClassName
{
color: #3EE4CC;
}
</style>
background-color css
<style>
a { background-color: #3EE4CC; }
a { background-color: rgb(62,228,204); }
div.DivClassName
{
background-color: #3EE4CC;
}
.BgClassName
{
background-color: #3EE4CC;
}
</style>
border-color css
<style>
span { border-color: #3EE4CC; }
span { border-color: rgb(62,228,204); }
td.TdClassName
{
border-color: #3EE4CC;
}
.TagClassName
{
border-color: #3EE4CC;
}
</style>