Shades of Turquoise #42DEBB
Tints of Turquoise #42DEBB
RGB
CMYK
RGB Variations
Color information
#42DEBB (or 0x42DEBB) is known color: Turquoise. HEX triplet: 42, DE and BB. RGB value is (66,222,187). Sum of RGB (Red+Green+Blue) = 66+222+187=475 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.89% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 222 - color contains mainly: green. Hex color #42DEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DEBB is #BD2144. Grayscale: #ABABAB. Windows color (decimal): -12394821 or 12312130. OLE color: 12312130.
HSL color Cylindrical-coordinate representation of color #42DEBB: hue angle of 166.54º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DEBB is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 222 | 187 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.13 |
| HSL | 166.54º | 0.7% | 0.56% | - |
| HSV(B) | 166.54º | 0.7% | 0.87% | - |
| XYZ | 37.34 | 56.99 | 56.05 | - |
| YUV | 171.37 | 136.82 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 222 | 187 | 0.70 | 0 | 0.16 | 0.13 | 166.54 | 0.7 | 0.56 |
| Hex | 42 | DE | BB | 46 | 0 | 10 | D | A7 | 46 | 38 |
| Octal | 102 | 336 | 273 | 106 | 0 | 20 | 15 | 247 | 106 | 70 |
| Binary | 1000010 | 11011110 | 10111011 | 1000110 | 0 | 10000 | 1101 | 10100111 | 1000110 | 111000 |
Color Harmonies of #42DEBB
Complementary color
Monochromatic Colors of #42DEBB
Black with #42DEBB
Text Example
Text Example
White with #42DEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DEBB; }
p { color: rgb(66,222,187); }
H1.HeaderClassName
{
color: #42DEBB;
}
.AnyTagClassName
{
color: #42DEBB;
}
</style>
background-color css
<style>
a { background-color: #42DEBB; }
a { background-color: rgb(66,222,187); }
div.DivClassName
{
background-color: #42DEBB;
}
.BgClassName
{
background-color: #42DEBB;
}
</style>
border-color css
<style>
span { border-color: #42DEBB; }
span { border-color: rgb(66,222,187); }
td.TdClassName
{
border-color: #42DEBB;
}
.TagClassName
{
border-color: #42DEBB;
}
</style>