Shades of Turquoise #42ECE9
Tints of Turquoise #42ECE9
RGB
CMYK
RGB Variations
Color information
#42ECE9 (or 0x42ECE9) is known color: Turquoise. HEX triplet: 42, EC and E9. RGB value is (66,236,233). Sum of RGB (Red+Green+Blue) = 66+236+233=535 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.34% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #42ECE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42ECE9 is #BD1316. Grayscale: #B8B8B8. Windows color (decimal): -12391191 or 15330370. OLE color: 15330370.
HSL color Cylindrical-coordinate representation of color #42ECE9: hue angle of 178.94º 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 #42ECE9 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 236 | 233 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.07 |
| HSL | 178.94º | 0.82% | 0.59% | - |
| HSV(B) | 178.94º | 0.72% | 0.93% | - |
| XYZ | 46.95 | 67.03 | 87.55 | - |
| YUV | 184.83 | 155.18 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 233 | 0.72 | 0 | 0.01 | 0.07 | 178.94 | 0.82 | 0.59 |
| Hex | 42 | EC | E9 | 48 | 0 | 1 | 7 | B3 | 52 | 3B |
| Octal | 102 | 354 | 351 | 110 | 0 | 1 | 7 | 263 | 122 | 73 |
| Binary | 1000010 | 11101100 | 11101001 | 1001000 | 0 | 1 | 111 | 10110011 | 1010010 | 111011 |
Color Harmonies of #42ECE9
Complementary color
Monochromatic Colors of #42ECE9
Black with #42ECE9
Text Example
Text Example
White with #42ECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ECE9; }
p { color: rgb(66,236,233); }
H1.HeaderClassName
{
color: #42ECE9;
}
.AnyTagClassName
{
color: #42ECE9;
}
</style>
background-color css
<style>
a { background-color: #42ECE9; }
a { background-color: rgb(66,236,233); }
div.DivClassName
{
background-color: #42ECE9;
}
.BgClassName
{
background-color: #42ECE9;
}
</style>
border-color css
<style>
span { border-color: #42ECE9; }
span { border-color: rgb(66,236,233); }
td.TdClassName
{
border-color: #42ECE9;
}
.TagClassName
{
border-color: #42ECE9;
}
</style>