Shades of Turquoise #3EECCC
Tints of Turquoise #3EECCC
RGB
CMYK
RGB Variations
Color information
#3EECCC (or 0x3EECCC) is known color: Turquoise. HEX triplet: 3E, EC and CC. RGB value is (62,236,204). Sum of RGB (Red+Green+Blue) = 62+236+204=502 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.35% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #3EECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EECCC is #C11333. Grayscale: #B4B4B4. Windows color (decimal): -12653364 or 13429822. OLE color: 13429822.
HSL color Cylindrical-coordinate representation of color #3EECCC: hue angle of 168.97º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EECCC is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 204 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.07 |
| HSL | 168.97º | 0.82% | 0.58% | - |
| HSV(B) | 168.97º | 0.74% | 0.93% | - |
| XYZ | 42.88 | 65.37 | 67.49 | - |
| YUV | 180.33 | 141.35 | 43.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 204 | 0.74 | 0 | 0.14 | 0.07 | 168.97 | 0.82 | 0.58 |
| Hex | 3E | EC | CC | 4A | 0 | E | 7 | A9 | 52 | 3A |
| Octal | 76 | 354 | 314 | 112 | 0 | 16 | 7 | 251 | 122 | 72 |
| Binary | 111110 | 11101100 | 11001100 | 1001010 | 0 | 1110 | 111 | 10101001 | 1010010 | 111010 |
Color Harmonies of #3EECCC
Complementary color
Monochromatic Colors of #3EECCC
Black with #3EECCC
Text Example
Text Example
White with #3EECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EECCC; }
p { color: rgb(62,236,204); }
H1.HeaderClassName
{
color: #3EECCC;
}
.AnyTagClassName
{
color: #3EECCC;
}
</style>
background-color css
<style>
a { background-color: #3EECCC; }
a { background-color: rgb(62,236,204); }
div.DivClassName
{
background-color: #3EECCC;
}
.BgClassName
{
background-color: #3EECCC;
}
</style>
border-color css
<style>
span { border-color: #3EECCC; }
span { border-color: rgb(62,236,204); }
td.TdClassName
{
border-color: #3EECCC;
}
.TagClassName
{
border-color: #3EECCC;
}
</style>