Shades of Turquoise #42EAEC
Tints of Turquoise #42EAEC
RGB
CMYK
RGB Variations
Color information
#42EAEC (or 0x42EAEC) is known color: Turquoise. HEX triplet: 42, EA and EC. RGB value is (66,234,236). Sum of RGB (Red+Green+Blue) = 66+234+236=536 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.31% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #42EAEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EAEC is #BD1513. Grayscale: #B7B7B7. Windows color (decimal): -12391700 or 15526466. OLE color: 15526466.
HSL color Cylindrical-coordinate representation of color #42EAEC: hue angle of 180.71º 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 #42EAEC is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 234 | 236 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.07 |
| HSL | 180.71º | 0.82% | 0.59% | - |
| HSV(B) | 180.71º | 0.72% | 0.93% | - |
| XYZ | 46.81 | 66.06 | 89.64 | - |
| YUV | 184 | 157.34 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 234 | 236 | 0.72 | 0.01 | 0 | 0.07 | 180.71 | 0.82 | 0.59 |
| Hex | 42 | EA | EC | 48 | 1 | 0 | 7 | B5 | 52 | 3B |
| Octal | 102 | 352 | 354 | 110 | 1 | 0 | 7 | 265 | 122 | 73 |
| Binary | 1000010 | 11101010 | 11101100 | 1001000 | 1 | 0 | 111 | 10110101 | 1010010 | 111011 |
Color Harmonies of #42EAEC
Complementary color
Monochromatic Colors of #42EAEC
Black with #42EAEC
Text Example
Text Example
White with #42EAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EAEC; }
p { color: rgb(66,234,236); }
H1.HeaderClassName
{
color: #42EAEC;
}
.AnyTagClassName
{
color: #42EAEC;
}
</style>
background-color css
<style>
a { background-color: #42EAEC; }
a { background-color: rgb(66,234,236); }
div.DivClassName
{
background-color: #42EAEC;
}
.BgClassName
{
background-color: #42EAEC;
}
</style>
border-color css
<style>
span { border-color: #42EAEC; }
span { border-color: rgb(66,234,236); }
td.TdClassName
{
border-color: #42EAEC;
}
.TagClassName
{
border-color: #42EAEC;
}
</style>