Shades of Turquoise #3EECDF
Tints of Turquoise #3EECDF
RGB
CMYK
RGB Variations
Color information
#3EECDF (or 0x3EECDF) is known color: Turquoise. HEX triplet: 3E, EC and DF. RGB value is (62,236,223). Sum of RGB (Red+Green+Blue) = 62+236+223=521 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.90% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #3EECDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EECDF is #C11320. Grayscale: #B6B6B6. Windows color (decimal): -12653345 or 14675006. OLE color: 14675006.
HSL color Cylindrical-coordinate representation of color #3EECDF: hue angle of 175.52º 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 #3EECDF is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 223 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.07 |
| HSL | 175.52º | 0.82% | 0.58% | - |
| HSV(B) | 175.52º | 0.74% | 0.93% | - |
| XYZ | 45.3 | 66.34 | 80.23 | - |
| YUV | 182.49 | 150.85 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 223 | 0.74 | 0 | 0.06 | 0.07 | 175.52 | 0.82 | 0.58 |
| Hex | 3E | EC | DF | 4A | 0 | 6 | 7 | B0 | 52 | 3A |
| Octal | 76 | 354 | 337 | 112 | 0 | 6 | 7 | 260 | 122 | 72 |
| Binary | 111110 | 11101100 | 11011111 | 1001010 | 0 | 110 | 111 | 10110000 | 1010010 | 111010 |
Color Harmonies of #3EECDF
Complementary color
Monochromatic Colors of #3EECDF
Black with #3EECDF
Text Example
Text Example
White with #3EECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EECDF; }
p { color: rgb(62,236,223); }
H1.HeaderClassName
{
color: #3EECDF;
}
.AnyTagClassName
{
color: #3EECDF;
}
</style>
background-color css
<style>
a { background-color: #3EECDF; }
a { background-color: rgb(62,236,223); }
div.DivClassName
{
background-color: #3EECDF;
}
.BgClassName
{
background-color: #3EECDF;
}
</style>
border-color css
<style>
span { border-color: #3EECDF; }
span { border-color: rgb(62,236,223); }
td.TdClassName
{
border-color: #3EECDF;
}
.TagClassName
{
border-color: #3EECDF;
}
</style>