Shades of Turquoise #42E2EC
Tints of Turquoise #42E2EC
RGB
CMYK
RGB Variations
Color information
#42E2EC (or 0x42E2EC) is known color: Turquoise. HEX triplet: 42, E2 and EC. RGB value is (66,226,236). Sum of RGB (Red+Green+Blue) = 66+226+236=528 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.5% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #42E2EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42E2EC is #BD1D13. Grayscale: #B3B3B3. Windows color (decimal): -12393748 or 15524418. OLE color: 15524418.
HSL color Cylindrical-coordinate representation of color #42E2EC: hue angle of 183.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 #42E2EC is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 226 | 236 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.07 |
| HSL | 183.53º | 0.82% | 0.59% | - |
| HSV(B) | 183.53º | 0.72% | 0.93% | - |
| XYZ | 44.58 | 61.61 | 88.9 | - |
| YUV | 179.3 | 159.99 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 226 | 236 | 0.72 | 0.04 | 0 | 0.07 | 183.53 | 0.82 | 0.59 |
| Hex | 42 | E2 | EC | 48 | 4 | 0 | 7 | B8 | 52 | 3B |
| Octal | 102 | 342 | 354 | 110 | 4 | 0 | 7 | 270 | 122 | 73 |
| Binary | 1000010 | 11100010 | 11101100 | 1001000 | 100 | 0 | 111 | 10111000 | 1010010 | 111011 |
Color Harmonies of #42E2EC
Complementary color
Monochromatic Colors of #42E2EC
Black with #42E2EC
Text Example
Text Example
White with #42E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E2EC; }
p { color: rgb(66,226,236); }
H1.HeaderClassName
{
color: #42E2EC;
}
.AnyTagClassName
{
color: #42E2EC;
}
</style>
background-color css
<style>
a { background-color: #42E2EC; }
a { background-color: rgb(66,226,236); }
div.DivClassName
{
background-color: #42E2EC;
}
.BgClassName
{
background-color: #42E2EC;
}
</style>
border-color css
<style>
span { border-color: #42E2EC; }
span { border-color: rgb(66,226,236); }
td.TdClassName
{
border-color: #42E2EC;
}
.TagClassName
{
border-color: #42E2EC;
}
</style>