Shades of Turquoise #42DEED
Tints of Turquoise #42DEED
RGB
CMYK
RGB Variations
Color information
#42DEED (or 0x42DEED) is known color: Turquoise. HEX triplet: 42, DE and ED. RGB value is (66,222,237). Sum of RGB (Red+Green+Blue) = 66+222+237=525 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.57% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #42DEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DEED is #BD2112. Grayscale: #B0B0B0. Windows color (decimal): -12394771 or 15588930. OLE color: 15588930.
HSL color Cylindrical-coordinate representation of color #42DEED: hue angle of 185.26º degrees, saturation: 0.83, 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 #42DEED is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 222 | 237 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.07 |
| HSL | 185.26º | 0.83% | 0.59% | - |
| HSV(B) | 185.26º | 0.72% | 0.93% | - |
| XYZ | 43.65 | 59.52 | 89.31 | - |
| YUV | 177.07 | 161.82 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 222 | 237 | 0.72 | 0.06 | 0 | 0.07 | 185.26 | 0.83 | 0.59 |
| Hex | 42 | DE | ED | 48 | 6 | 0 | 7 | B9 | 53 | 3B |
| Octal | 102 | 336 | 355 | 110 | 6 | 0 | 7 | 271 | 123 | 73 |
| Binary | 1000010 | 11011110 | 11101101 | 1001000 | 110 | 0 | 111 | 10111001 | 1010011 | 111011 |
Color Harmonies of #42DEED
Complementary color
Monochromatic Colors of #42DEED
Black with #42DEED
Text Example
Text Example
White with #42DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DEED; }
p { color: rgb(66,222,237); }
H1.HeaderClassName
{
color: #42DEED;
}
.AnyTagClassName
{
color: #42DEED;
}
</style>
background-color css
<style>
a { background-color: #42DEED; }
a { background-color: rgb(66,222,237); }
div.DivClassName
{
background-color: #42DEED;
}
.BgClassName
{
background-color: #42DEED;
}
</style>
border-color css
<style>
span { border-color: #42DEED; }
span { border-color: rgb(66,222,237); }
td.TdClassName
{
border-color: #42DEED;
}
.TagClassName
{
border-color: #42DEED;
}
</style>