Shades of Turquoise #42EFCD
Tints of Turquoise #42EFCD
RGB
CMYK
RGB Variations
Color information
#42EFCD (or 0x42EFCD) is known color: Turquoise. HEX triplet: 42, EF and CD. RGB value is (66,239,205). Sum of RGB (Red+Green+Blue) = 66+239+205=510 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.94% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EFCD is #BD1032. Grayscale: #B7B7B7. Windows color (decimal): -12390451 or 13496130. OLE color: 13496130.
HSL color Cylindrical-coordinate representation of color #42EFCD: hue angle of 168.21º 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 #42EFCD is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 239 | 205 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.06 |
| HSL | 168.21º | 0.84% | 0.6% | - |
| HSV(B) | 168.21º | 0.72% | 0.94% | - |
| XYZ | 44.13 | 67.3 | 68.42 | - |
| YUV | 183.4 | 140.19 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 239 | 205 | 0.72 | 0 | 0.14 | 0.06 | 168.21 | 0.84 | 0.6 |
| Hex | 42 | EF | CD | 48 | 0 | E | 6 | A8 | 54 | 3C |
| Octal | 102 | 357 | 315 | 110 | 0 | 16 | 6 | 250 | 124 | 74 |
| Binary | 1000010 | 11101111 | 11001101 | 1001000 | 0 | 1110 | 110 | 10101000 | 1010100 | 111100 |
Color Harmonies of #42EFCD
Complementary color
Monochromatic Colors of #42EFCD
Black with #42EFCD
Text Example
Text Example
White with #42EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EFCD; }
p { color: rgb(66,239,205); }
H1.HeaderClassName
{
color: #42EFCD;
}
.AnyTagClassName
{
color: #42EFCD;
}
</style>
background-color css
<style>
a { background-color: #42EFCD; }
a { background-color: rgb(66,239,205); }
div.DivClassName
{
background-color: #42EFCD;
}
.BgClassName
{
background-color: #42EFCD;
}
</style>
border-color css
<style>
span { border-color: #42EFCD; }
span { border-color: rgb(66,239,205); }
td.TdClassName
{
border-color: #42EFCD;
}
.TagClassName
{
border-color: #42EFCD;
}
</style>