Shades of Turquoise #3EECCF
Tints of Turquoise #3EECCF
RGB
CMYK
RGB Variations
Color information
#3EECCF (or 0x3EECCF) is known color: Turquoise. HEX triplet: 3E, EC and CF. RGB value is (62,236,207). Sum of RGB (Red+Green+Blue) = 62+236+207=505 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.28% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #3EECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EECCF is #C11330. Grayscale: #B4B4B4. Windows color (decimal): -12653361 or 13626430. OLE color: 13626430.
HSL color Cylindrical-coordinate representation of color #3EECCF: hue angle of 170º 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 #3EECCF is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 207 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.07 |
| HSL | 170º | 0.82% | 0.58% | - |
| HSV(B) | 170º | 0.74% | 0.93% | - |
| XYZ | 43.24 | 65.52 | 69.4 | - |
| YUV | 180.67 | 142.85 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 207 | 0.74 | 0 | 0.12 | 0.07 | 170 | 0.82 | 0.58 |
| Hex | 3E | EC | CF | 4A | 0 | C | 7 | AA | 52 | 3A |
| Octal | 76 | 354 | 317 | 112 | 0 | 14 | 7 | 252 | 122 | 72 |
| Binary | 111110 | 11101100 | 11001111 | 1001010 | 0 | 1100 | 111 | 10101010 | 1010010 | 111010 |
Color Harmonies of #3EECCF
Complementary color
Monochromatic Colors of #3EECCF
Black with #3EECCF
Text Example
Text Example
White with #3EECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EECCF; }
p { color: rgb(62,236,207); }
H1.HeaderClassName
{
color: #3EECCF;
}
.AnyTagClassName
{
color: #3EECCF;
}
</style>
background-color css
<style>
a { background-color: #3EECCF; }
a { background-color: rgb(62,236,207); }
div.DivClassName
{
background-color: #3EECCF;
}
.BgClassName
{
background-color: #3EECCF;
}
</style>
border-color css
<style>
span { border-color: #3EECCF; }
span { border-color: rgb(62,236,207); }
td.TdClassName
{
border-color: #3EECCF;
}
.TagClassName
{
border-color: #3EECCF;
}
</style>