Shades of Turquoise #42DEE0
Tints of Turquoise #42DEE0
RGB
CMYK
RGB Variations
Color information
#42DEE0 (or 0x42DEE0) is known color: Turquoise. HEX triplet: 42, DE and E0. RGB value is (66,222,224). Sum of RGB (Red+Green+Blue) = 66+222+224=512 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.89% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #42DEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DEE0 is #BD211F. Grayscale: #AFAFAF. Windows color (decimal): -12394784 or 14736962. OLE color: 14736962.
HSL color Cylindrical-coordinate representation of color #42DEE0: hue angle of 180.76º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42DEE0 is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 222 | 224 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.12 |
| HSL | 180.76º | 0.72% | 0.57% | - |
| HSV(B) | 180.76º | 0.71% | 0.88% | - |
| XYZ | 41.82 | 58.78 | 79.66 | - |
| YUV | 175.58 | 155.32 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 222 | 224 | 0.71 | 0.01 | 0 | 0.12 | 180.76 | 0.72 | 0.57 |
| Hex | 42 | DE | E0 | 47 | 1 | 0 | C | B5 | 48 | 39 |
| Octal | 102 | 336 | 340 | 107 | 1 | 0 | 14 | 265 | 110 | 71 |
| Binary | 1000010 | 11011110 | 11100000 | 1000111 | 1 | 0 | 1100 | 10110101 | 1001000 | 111001 |
Color Harmonies of #42DEE0
Complementary color
Monochromatic Colors of #42DEE0
Black with #42DEE0
Text Example
Text Example
White with #42DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DEE0; }
p { color: rgb(66,222,224); }
H1.HeaderClassName
{
color: #42DEE0;
}
.AnyTagClassName
{
color: #42DEE0;
}
</style>
background-color css
<style>
a { background-color: #42DEE0; }
a { background-color: rgb(66,222,224); }
div.DivClassName
{
background-color: #42DEE0;
}
.BgClassName
{
background-color: #42DEE0;
}
</style>
border-color css
<style>
span { border-color: #42DEE0; }
span { border-color: rgb(66,222,224); }
td.TdClassName
{
border-color: #42DEE0;
}
.TagClassName
{
border-color: #42DEE0;
}
</style>