Shades of Turquoise #42EED6
Tints of Turquoise #42EED6
RGB
CMYK
RGB Variations
Color information
#42EED6 (or 0x42EED6) is known color: Turquoise. HEX triplet: 42, EE and D6. RGB value is (66,238,214). Sum of RGB (Red+Green+Blue) = 66+238+214=518 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.74% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #42EED6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EED6 is #BD1129. Grayscale: #B7B7B7. Windows color (decimal): -12390698 or 14085698. OLE color: 14085698.
HSL color Cylindrical-coordinate representation of color #42EED6: hue angle of 171.63º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EED6 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 238 | 214 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.07 |
| HSL | 171.63º | 0.83% | 0.6% | - |
| HSV(B) | 171.63º | 0.72% | 0.93% | - |
| XYZ | 44.96 | 67.16 | 74.21 | - |
| YUV | 183.84 | 145.02 | 43.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 238 | 214 | 0.72 | 0 | 0.10 | 0.07 | 171.63 | 0.83 | 0.6 |
| Hex | 42 | EE | D6 | 48 | 0 | A | 7 | AC | 53 | 3C |
| Octal | 102 | 356 | 326 | 110 | 0 | 12 | 7 | 254 | 123 | 74 |
| Binary | 1000010 | 11101110 | 11010110 | 1001000 | 0 | 1010 | 111 | 10101100 | 1010011 | 111100 |
Color Harmonies of #42EED6
Complementary color
Monochromatic Colors of #42EED6
Black with #42EED6
Text Example
Text Example
White with #42EED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EED6; }
p { color: rgb(66,238,214); }
H1.HeaderClassName
{
color: #42EED6;
}
.AnyTagClassName
{
color: #42EED6;
}
</style>
background-color css
<style>
a { background-color: #42EED6; }
a { background-color: rgb(66,238,214); }
div.DivClassName
{
background-color: #42EED6;
}
.BgClassName
{
background-color: #42EED6;
}
</style>
border-color css
<style>
span { border-color: #42EED6; }
span { border-color: rgb(66,238,214); }
td.TdClassName
{
border-color: #42EED6;
}
.TagClassName
{
border-color: #42EED6;
}
</style>