Shades of Turquoise #42ECE0
Tints of Turquoise #42ECE0
RGB
CMYK
RGB Variations
Color information
#42ECE0 (or 0x42ECE0) is known color: Turquoise. HEX triplet: 42, EC and E0. RGB value is (66,236,224). Sum of RGB (Red+Green+Blue) = 66+236+224=526 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.55% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #42ECE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42ECE0 is #BD131F. Grayscale: #B7B7B7. Windows color (decimal): -12391200 or 14740546. OLE color: 14740546.
HSL color Cylindrical-coordinate representation of color #42ECE0: hue angle of 175.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 #42ECE0 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 236 | 224 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.07 |
| HSL | 175.76º | 0.82% | 0.59% | - |
| HSV(B) | 175.76º | 0.72% | 0.93% | - |
| XYZ | 45.7 | 66.53 | 80.95 | - |
| YUV | 183.8 | 150.68 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 224 | 0.72 | 0 | 0.05 | 0.07 | 175.76 | 0.82 | 0.59 |
| Hex | 42 | EC | E0 | 48 | 0 | 5 | 7 | B0 | 52 | 3B |
| Octal | 102 | 354 | 340 | 110 | 0 | 5 | 7 | 260 | 122 | 73 |
| Binary | 1000010 | 11101100 | 11100000 | 1001000 | 0 | 101 | 111 | 10110000 | 1010010 | 111011 |
Color Harmonies of #42ECE0
Complementary color
Monochromatic Colors of #42ECE0
Black with #42ECE0
Text Example
Text Example
White with #42ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ECE0; }
p { color: rgb(66,236,224); }
H1.HeaderClassName
{
color: #42ECE0;
}
.AnyTagClassName
{
color: #42ECE0;
}
</style>
background-color css
<style>
a { background-color: #42ECE0; }
a { background-color: rgb(66,236,224); }
div.DivClassName
{
background-color: #42ECE0;
}
.BgClassName
{
background-color: #42ECE0;
}
</style>
border-color css
<style>
span { border-color: #42ECE0; }
span { border-color: rgb(66,236,224); }
td.TdClassName
{
border-color: #42ECE0;
}
.TagClassName
{
border-color: #42ECE0;
}
</style>