Shades of Turquoise #42EFC8
Tints of Turquoise #42EFC8
RGB
CMYK
RGB Variations
Color information
#42EFC8 (or 0x42EFC8) is known color: Turquoise. HEX triplet: 42, EF and C8. RGB value is (66,239,200). Sum of RGB (Red+Green+Blue) = 66+239+200=505 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.07% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EFC8 is #BD1037. Grayscale: #B6B6B6. Windows color (decimal): -12390456 or 13168450. OLE color: 13168450.
HSL color Cylindrical-coordinate representation of color #42EFC8: hue angle of 166.47º 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 #42EFC8 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 239 | 200 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.06 |
| HSL | 166.47º | 0.84% | 0.6% | - |
| HSV(B) | 166.47º | 0.72% | 0.94% | - |
| XYZ | 43.54 | 67.06 | 65.29 | - |
| YUV | 182.83 | 137.69 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 239 | 200 | 0.72 | 0 | 0.16 | 0.06 | 166.47 | 0.84 | 0.6 |
| Hex | 42 | EF | C8 | 48 | 0 | 10 | 6 | A6 | 54 | 3C |
| Octal | 102 | 357 | 310 | 110 | 0 | 20 | 6 | 246 | 124 | 74 |
| Binary | 1000010 | 11101111 | 11001000 | 1001000 | 0 | 10000 | 110 | 10100110 | 1010100 | 111100 |
Color Harmonies of #42EFC8
Complementary color
Monochromatic Colors of #42EFC8
Black with #42EFC8
Text Example
Text Example
White with #42EFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EFC8; }
p { color: rgb(66,239,200); }
H1.HeaderClassName
{
color: #42EFC8;
}
.AnyTagClassName
{
color: #42EFC8;
}
</style>
background-color css
<style>
a { background-color: #42EFC8; }
a { background-color: rgb(66,239,200); }
div.DivClassName
{
background-color: #42EFC8;
}
.BgClassName
{
background-color: #42EFC8;
}
</style>
border-color css
<style>
span { border-color: #42EFC8; }
span { border-color: rgb(66,239,200); }
td.TdClassName
{
border-color: #42EFC8;
}
.TagClassName
{
border-color: #42EFC8;
}
</style>