Shades of Turquoise #42EFDC
Tints of Turquoise #42EFDC
RGB
CMYK
RGB Variations
Color information
#42EFDC (or 0x42EFDC) is known color: Turquoise. HEX triplet: 42, EF and DC. RGB value is (66,239,220). Sum of RGB (Red+Green+Blue) = 66+239+220=525 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.57% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EFDC is #BD1023. Grayscale: #B9B9B9. Windows color (decimal): -12390436 or 14479170. OLE color: 14479170.
HSL color Cylindrical-coordinate representation of color #42EFDC: hue angle of 173.41º 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 #42EFDC is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 239 | 220 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.06 |
| HSL | 173.41º | 0.84% | 0.6% | - |
| HSV(B) | 173.41º | 0.72% | 0.94% | - |
| XYZ | 46.03 | 68.06 | 78.42 | - |
| YUV | 185.11 | 147.69 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 239 | 220 | 0.72 | 0 | 0.08 | 0.06 | 173.41 | 0.84 | 0.6 |
| Hex | 42 | EF | DC | 48 | 0 | 8 | 6 | AD | 54 | 3C |
| Octal | 102 | 357 | 334 | 110 | 0 | 10 | 6 | 255 | 124 | 74 |
| Binary | 1000010 | 11101111 | 11011100 | 1001000 | 0 | 1000 | 110 | 10101101 | 1010100 | 111100 |
Color Harmonies of #42EFDC
Complementary color
Monochromatic Colors of #42EFDC
Black with #42EFDC
Text Example
Text Example
White with #42EFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EFDC; }
p { color: rgb(66,239,220); }
H1.HeaderClassName
{
color: #42EFDC;
}
.AnyTagClassName
{
color: #42EFDC;
}
</style>
background-color css
<style>
a { background-color: #42EFDC; }
a { background-color: rgb(66,239,220); }
div.DivClassName
{
background-color: #42EFDC;
}
.BgClassName
{
background-color: #42EFDC;
}
</style>
border-color css
<style>
span { border-color: #42EFDC; }
span { border-color: rgb(66,239,220); }
td.TdClassName
{
border-color: #42EFDC;
}
.TagClassName
{
border-color: #42EFDC;
}
</style>