Shades of Turquoise #42EADC
Tints of Turquoise #42EADC
RGB
CMYK
RGB Variations
Color information
#42EADC (or 0x42EADC) is known color: Turquoise. HEX triplet: 42, EA and DC. RGB value is (66,234,220). Sum of RGB (Red+Green+Blue) = 66+234+220=520 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.69% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #42EADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EADC is #BD1523. Grayscale: #B6B6B6. Windows color (decimal): -12391716 or 14477890. OLE color: 14477890.
HSL color Cylindrical-coordinate representation of color #42EADC: hue angle of 175º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EADC is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 234 | 220 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.08 |
| HSL | 175º | 0.8% | 0.59% | - |
| HSV(B) | 175º | 0.72% | 0.92% | - |
| XYZ | 44.59 | 65.17 | 77.94 | - |
| YUV | 182.17 | 149.34 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 234 | 220 | 0.72 | 0 | 0.06 | 0.08 | 175 | 0.8 | 0.59 |
| Hex | 42 | EA | DC | 48 | 0 | 6 | 8 | AF | 50 | 3B |
| Octal | 102 | 352 | 334 | 110 | 0 | 6 | 10 | 257 | 120 | 73 |
| Binary | 1000010 | 11101010 | 11011100 | 1001000 | 0 | 110 | 1000 | 10101111 | 1010000 | 111011 |
Color Harmonies of #42EADC
Complementary color
Monochromatic Colors of #42EADC
Black with #42EADC
Text Example
Text Example
White with #42EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EADC; }
p { color: rgb(66,234,220); }
H1.HeaderClassName
{
color: #42EADC;
}
.AnyTagClassName
{
color: #42EADC;
}
</style>
background-color css
<style>
a { background-color: #42EADC; }
a { background-color: rgb(66,234,220); }
div.DivClassName
{
background-color: #42EADC;
}
.BgClassName
{
background-color: #42EADC;
}
</style>
border-color css
<style>
span { border-color: #42EADC; }
span { border-color: rgb(66,234,220); }
td.TdClassName
{
border-color: #42EADC;
}
.TagClassName
{
border-color: #42EADC;
}
</style>