Shades of Turquoise #3EEFD4
Tints of Turquoise #3EEFD4
RGB
CMYK
RGB Variations
Color information
#3EEFD4 (or 0x3EEFD4) is known color: Turquoise. HEX triplet: 3E, EF and D4. RGB value is (62,239,212). Sum of RGB (Red+Green+Blue) = 62+239+212=513 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.09% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEFD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEFD4 is #C1102B. Grayscale: #B6B6B6. Windows color (decimal): -12652588 or 13954878. OLE color: 13954878.
HSL color Cylindrical-coordinate representation of color #3EEFD4: hue angle of 170.85º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEFD4 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 239 | 212 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.06 |
| HSL | 170.85º | 0.85% | 0.59% | - |
| HSV(B) | 170.85º | 0.74% | 0.94% | - |
| XYZ | 44.74 | 67.51 | 72.96 | - |
| YUV | 183 | 144.36 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 239 | 212 | 0.74 | 0 | 0.11 | 0.06 | 170.85 | 0.85 | 0.59 |
| Hex | 3E | EF | D4 | 4A | 0 | B | 6 | AB | 55 | 3B |
| Octal | 76 | 357 | 324 | 112 | 0 | 13 | 6 | 253 | 125 | 73 |
| Binary | 111110 | 11101111 | 11010100 | 1001010 | 0 | 1011 | 110 | 10101011 | 1010101 | 111011 |
Color Harmonies of #3EEFD4
Complementary color
Monochromatic Colors of #3EEFD4
Black with #3EEFD4
Text Example
Text Example
White with #3EEFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEFD4; }
p { color: rgb(62,239,212); }
H1.HeaderClassName
{
color: #3EEFD4;
}
.AnyTagClassName
{
color: #3EEFD4;
}
</style>
background-color css
<style>
a { background-color: #3EEFD4; }
a { background-color: rgb(62,239,212); }
div.DivClassName
{
background-color: #3EEFD4;
}
.BgClassName
{
background-color: #3EEFD4;
}
</style>
border-color css
<style>
span { border-color: #3EEFD4; }
span { border-color: rgb(62,239,212); }
td.TdClassName
{
border-color: #3EEFD4;
}
.TagClassName
{
border-color: #3EEFD4;
}
</style>