Shades of Turquoise #42EFD5
Tints of Turquoise #42EFD5
RGB
CMYK
RGB Variations
Color information
#42EFD5 (or 0x42EFD5) is known color: Turquoise. HEX triplet: 42, EF and D5. RGB value is (66,239,213). Sum of RGB (Red+Green+Blue) = 66+239+213=518 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.74% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EFD5 is #BD102A. Grayscale: #B8B8B8. Windows color (decimal): -12390443 or 14020418. OLE color: 14020418.
HSL color Cylindrical-coordinate representation of color #42EFD5: hue angle of 170.98º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EFD5 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 239 | 213 | - |
| CMYK | 0.72 | 0 | 0.11 | 0.06 |
| HSL | 170.98º | 0.84% | 0.6% | - |
| HSV(B) | 170.98º | 0.72% | 0.94% | - |
| XYZ | 45.12 | 67.7 | 73.64 | - |
| YUV | 184.31 | 144.19 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 239 | 213 | 0.72 | 0 | 0.11 | 0.06 | 170.98 | 0.84 | 0.6 |
| Hex | 42 | EF | D5 | 48 | 0 | B | 6 | AB | 54 | 3C |
| Octal | 102 | 357 | 325 | 110 | 0 | 13 | 6 | 253 | 124 | 74 |
| Binary | 1000010 | 11101111 | 11010101 | 1001000 | 0 | 1011 | 110 | 10101011 | 1010100 | 111100 |
Color Harmonies of #42EFD5
Complementary color
Monochromatic Colors of #42EFD5
Black with #42EFD5
Text Example
Text Example
White with #42EFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EFD5; }
p { color: rgb(66,239,213); }
H1.HeaderClassName
{
color: #42EFD5;
}
.AnyTagClassName
{
color: #42EFD5;
}
</style>
background-color css
<style>
a { background-color: #42EFD5; }
a { background-color: rgb(66,239,213); }
div.DivClassName
{
background-color: #42EFD5;
}
.BgClassName
{
background-color: #42EFD5;
}
</style>
border-color css
<style>
span { border-color: #42EFD5; }
span { border-color: rgb(66,239,213); }
td.TdClassName
{
border-color: #42EFD5;
}
.TagClassName
{
border-color: #42EFD5;
}
</style>