Shades of Turquoise #42ECB8
Tints of Turquoise #42ECB8
RGB
CMYK
RGB Variations
Color information
#42ECB8 (or 0x42ECB8) is known color: Turquoise. HEX triplet: 42, EC and B8. RGB value is (66,236,184). Sum of RGB (Red+Green+Blue) = 66+236+184=486 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.58% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #42ECB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42ECB8 is #BD1347. Grayscale: #B3B3B3. Windows color (decimal): -12391240 or 12119106. OLE color: 12119106.
HSL color Cylindrical-coordinate representation of color #42ECB8: hue angle of 161.65º 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 #42ECB8 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 236 | 184 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.07 |
| HSL | 161.65º | 0.82% | 0.59% | - |
| HSV(B) | 161.65º | 0.72% | 0.93% | - |
| XYZ | 40.89 | 64.61 | 55.66 | - |
| YUV | 179.24 | 130.68 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 184 | 0.72 | 0 | 0.22 | 0.07 | 161.65 | 0.82 | 0.59 |
| Hex | 42 | EC | B8 | 48 | 0 | 16 | 7 | A2 | 52 | 3B |
| Octal | 102 | 354 | 270 | 110 | 0 | 26 | 7 | 242 | 122 | 73 |
| Binary | 1000010 | 11101100 | 10111000 | 1001000 | 0 | 10110 | 111 | 10100010 | 1010010 | 111011 |
Color Harmonies of #42ECB8
Complementary color
Monochromatic Colors of #42ECB8
Black with #42ECB8
Text Example
Text Example
White with #42ECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ECB8; }
p { color: rgb(66,236,184); }
H1.HeaderClassName
{
color: #42ECB8;
}
.AnyTagClassName
{
color: #42ECB8;
}
</style>
background-color css
<style>
a { background-color: #42ECB8; }
a { background-color: rgb(66,236,184); }
div.DivClassName
{
background-color: #42ECB8;
}
.BgClassName
{
background-color: #42ECB8;
}
</style>
border-color css
<style>
span { border-color: #42ECB8; }
span { border-color: rgb(66,236,184); }
td.TdClassName
{
border-color: #42ECB8;
}
.TagClassName
{
border-color: #42ECB8;
}
</style>