Shades of Turquoise #42D6EC
Tints of Turquoise #42D6EC
RGB
CMYK
RGB Variations
Color information
#42D6EC (or 0x42D6EC) is known color: Turquoise. HEX triplet: 42, D6 and EC. RGB value is (66,214,236). Sum of RGB (Red+Green+Blue) = 66+214+236=516 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.79% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #42D6EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D6EC is #BD2913. Grayscale: #ACACAC. Windows color (decimal): -12396820 or 15521346. OLE color: 15521346.
HSL color Cylindrical-coordinate representation of color #42D6EC: hue angle of 187.76º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42D6EC is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 214 | 236 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.07 |
| HSL | 187.76º | 0.82% | 0.59% | - |
| HSV(B) | 187.76º | 0.72% | 0.93% | - |
| XYZ | 41.43 | 55.31 | 87.85 | - |
| YUV | 172.26 | 163.97 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 236 | 0.72 | 0.09 | 0 | 0.07 | 187.76 | 0.82 | 0.59 |
| Hex | 42 | D6 | EC | 48 | 9 | 0 | 7 | BC | 52 | 3B |
| Octal | 102 | 326 | 354 | 110 | 11 | 0 | 7 | 274 | 122 | 73 |
| Binary | 1000010 | 11010110 | 11101100 | 1001000 | 1001 | 0 | 111 | 10111100 | 1010010 | 111011 |
Color Harmonies of #42D6EC
Complementary color
Monochromatic Colors of #42D6EC
Black with #42D6EC
Text Example
Text Example
White with #42D6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D6EC; }
p { color: rgb(66,214,236); }
H1.HeaderClassName
{
color: #42D6EC;
}
.AnyTagClassName
{
color: #42D6EC;
}
</style>
background-color css
<style>
a { background-color: #42D6EC; }
a { background-color: rgb(66,214,236); }
div.DivClassName
{
background-color: #42D6EC;
}
.BgClassName
{
background-color: #42D6EC;
}
</style>
border-color css
<style>
span { border-color: #42D6EC; }
span { border-color: rgb(66,214,236); }
td.TdClassName
{
border-color: #42D6EC;
}
.TagClassName
{
border-color: #42D6EC;
}
</style>