Shades of Turquoise #42ECD4
Tints of Turquoise #42ECD4
RGB
CMYK
RGB Variations
Color information
#42ECD4 (or 0x42ECD4) is known color: Turquoise. HEX triplet: 42, EC and D4. RGB value is (66,236,212). Sum of RGB (Red+Green+Blue) = 66+236+212=514 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.84% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #42ECD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42ECD4 is #BD132B. Grayscale: #B6B6B6. Windows color (decimal): -12391212 or 13954114. OLE color: 13954114.
HSL color Cylindrical-coordinate representation of color #42ECD4: hue angle of 171.53º 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 #42ECD4 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 236 | 212 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.07 |
| HSL | 171.53º | 0.82% | 0.59% | - |
| HSV(B) | 171.53º | 0.72% | 0.93% | - |
| XYZ | 44.13 | 65.9 | 72.68 | - |
| YUV | 182.43 | 144.68 | 44.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 212 | 0.72 | 0 | 0.10 | 0.07 | 171.53 | 0.82 | 0.59 |
| Hex | 42 | EC | D4 | 48 | 0 | A | 7 | AC | 52 | 3B |
| Octal | 102 | 354 | 324 | 110 | 0 | 12 | 7 | 254 | 122 | 73 |
| Binary | 1000010 | 11101100 | 11010100 | 1001000 | 0 | 1010 | 111 | 10101100 | 1010010 | 111011 |
Color Harmonies of #42ECD4
Complementary color
Monochromatic Colors of #42ECD4
Black with #42ECD4
Text Example
Text Example
White with #42ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ECD4; }
p { color: rgb(66,236,212); }
H1.HeaderClassName
{
color: #42ECD4;
}
.AnyTagClassName
{
color: #42ECD4;
}
</style>
background-color css
<style>
a { background-color: #42ECD4; }
a { background-color: rgb(66,236,212); }
div.DivClassName
{
background-color: #42ECD4;
}
.BgClassName
{
background-color: #42ECD4;
}
</style>
border-color css
<style>
span { border-color: #42ECD4; }
span { border-color: rgb(66,236,212); }
td.TdClassName
{
border-color: #42ECD4;
}
.TagClassName
{
border-color: #42ECD4;
}
</style>