Shades of Turquoise #42DDB9
Tints of Turquoise #42DDB9
RGB
CMYK
RGB Variations
Color information
#42DDB9 (or 0x42DDB9) is known color: Turquoise. HEX triplet: 42, DD and B9. RGB value is (66,221,185). Sum of RGB (Red+Green+Blue) = 66+221+185=472 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.98% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #42DDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DDB9 is #BD2246. Grayscale: #AAAAAA. Windows color (decimal): -12395079 or 12180802. OLE color: 12180802.
HSL color Cylindrical-coordinate representation of color #42DDB9: hue angle of 166.06º 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 #42DDB9 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 221 | 185 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.13 |
| HSL | 166.06º | 0.7% | 0.56% | - |
| HSV(B) | 166.06º | 0.7% | 0.87% | - |
| XYZ | 36.86 | 56.37 | 54.84 | - |
| YUV | 170.55 | 136.15 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 221 | 185 | 0.70 | 0 | 0.16 | 0.13 | 166.06 | 0.7 | 0.56 |
| Hex | 42 | DD | B9 | 46 | 0 | 10 | D | A6 | 46 | 38 |
| Octal | 102 | 335 | 271 | 106 | 0 | 20 | 15 | 246 | 106 | 70 |
| Binary | 1000010 | 11011101 | 10111001 | 1000110 | 0 | 10000 | 1101 | 10100110 | 1000110 | 111000 |
Color Harmonies of #42DDB9
Complementary color
Monochromatic Colors of #42DDB9
Black with #42DDB9
Text Example
Text Example
White with #42DDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DDB9; }
p { color: rgb(66,221,185); }
H1.HeaderClassName
{
color: #42DDB9;
}
.AnyTagClassName
{
color: #42DDB9;
}
</style>
background-color css
<style>
a { background-color: #42DDB9; }
a { background-color: rgb(66,221,185); }
div.DivClassName
{
background-color: #42DDB9;
}
.BgClassName
{
background-color: #42DDB9;
}
</style>
border-color css
<style>
span { border-color: #42DDB9; }
span { border-color: rgb(66,221,185); }
td.TdClassName
{
border-color: #42DDB9;
}
.TagClassName
{
border-color: #42DDB9;
}
</style>