Shades of Turquoise #42ECE7
Tints of Turquoise #42ECE7
RGB
CMYK
RGB Variations
Color information
#42ECE7 (or 0x42ECE7) is known color: Turquoise. HEX triplet: 42, EC and E7. RGB value is (66,236,231). Sum of RGB (Red+Green+Blue) = 66+236+231=533 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.38% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #42ECE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42ECE7 is #BD1318. Grayscale: #B8B8B8. Windows color (decimal): -12391193 or 15199298. OLE color: 15199298.
HSL color Cylindrical-coordinate representation of color #42ECE7: hue angle of 178.24º 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 #42ECE7 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 236 | 231 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.07 |
| HSL | 178.24º | 0.82% | 0.59% | - |
| HSV(B) | 178.24º | 0.72% | 0.93% | - |
| XYZ | 46.67 | 66.92 | 86.06 | - |
| YUV | 184.6 | 154.18 | 43.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 231 | 0.72 | 0 | 0.02 | 0.07 | 178.24 | 0.82 | 0.59 |
| Hex | 42 | EC | E7 | 48 | 0 | 2 | 7 | B2 | 52 | 3B |
| Octal | 102 | 354 | 347 | 110 | 0 | 2 | 7 | 262 | 122 | 73 |
| Binary | 1000010 | 11101100 | 11100111 | 1001000 | 0 | 10 | 111 | 10110010 | 1010010 | 111011 |
Color Harmonies of #42ECE7
Complementary color
Monochromatic Colors of #42ECE7
Black with #42ECE7
Text Example
Text Example
White with #42ECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ECE7; }
p { color: rgb(66,236,231); }
H1.HeaderClassName
{
color: #42ECE7;
}
.AnyTagClassName
{
color: #42ECE7;
}
</style>
background-color css
<style>
a { background-color: #42ECE7; }
a { background-color: rgb(66,236,231); }
div.DivClassName
{
background-color: #42ECE7;
}
.BgClassName
{
background-color: #42ECE7;
}
</style>
border-color css
<style>
span { border-color: #42ECE7; }
span { border-color: rgb(66,236,231); }
td.TdClassName
{
border-color: #42ECE7;
}
.TagClassName
{
border-color: #42ECE7;
}
</style>