Shades of Turquoise #3EEFD5
Tints of Turquoise #3EEFD5
RGB
CMYK
RGB Variations
Color information
#3EEFD5 (or 0x3EEFD5) is known color: Turquoise. HEX triplet: 3E, EF and D5. RGB value is (62,239,213). Sum of RGB (Red+Green+Blue) = 62+239+213=514 (68% of max value = 765). Red value is 62 (24.61% from 255 or 12.06% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #3EEFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEFD5 is #C1102A. Grayscale: #B7B7B7. Windows color (decimal): -12652587 or 14020414. OLE color: 14020414.
HSL color Cylindrical-coordinate representation of color #3EEFD5: hue angle of 171.19º 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 #3EEFD5 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 239 | 213 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.06 |
| HSL | 171.19º | 0.85% | 0.59% | - |
| HSV(B) | 171.19º | 0.74% | 0.94% | - |
| XYZ | 44.86 | 67.56 | 73.63 | - |
| YUV | 183.11 | 144.86 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 239 | 213 | 0.74 | 0 | 0.11 | 0.06 | 171.19 | 0.85 | 0.59 |
| Hex | 3E | EF | D5 | 4A | 0 | B | 6 | AB | 55 | 3B |
| Octal | 76 | 357 | 325 | 112 | 0 | 13 | 6 | 253 | 125 | 73 |
| Binary | 111110 | 11101111 | 11010101 | 1001010 | 0 | 1011 | 110 | 10101011 | 1010101 | 111011 |
Color Harmonies of #3EEFD5
Complementary color
Monochromatic Colors of #3EEFD5
Black with #3EEFD5
Text Example
Text Example
White with #3EEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEFD5; }
p { color: rgb(62,239,213); }
H1.HeaderClassName
{
color: #3EEFD5;
}
.AnyTagClassName
{
color: #3EEFD5;
}
</style>
background-color css
<style>
a { background-color: #3EEFD5; }
a { background-color: rgb(62,239,213); }
div.DivClassName
{
background-color: #3EEFD5;
}
.BgClassName
{
background-color: #3EEFD5;
}
</style>
border-color css
<style>
span { border-color: #3EEFD5; }
span { border-color: rgb(62,239,213); }
td.TdClassName
{
border-color: #3EEFD5;
}
.TagClassName
{
border-color: #3EEFD5;
}
</style>