Shades of Turquoise #42F4DB
Tints of Turquoise #42F4DB
RGB
CMYK
RGB Variations
Color information
#42F4DB (or 0x42F4DB) is known color: Turquoise. HEX triplet: 42, F4 and DB. RGB value is (66,244,219). Sum of RGB (Red+Green+Blue) = 66+244+219=529 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.48% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #42F4DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F4DB is #BD0B24. Grayscale: #BBBBBB. Windows color (decimal): -12389157 or 14414914. OLE color: 14414914.
HSL color Cylindrical-coordinate representation of color #42F4DB: hue angle of 171.57º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F4DB is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 244 | 219 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.04 |
| HSL | 171.57º | 0.89% | 0.61% | - |
| HSV(B) | 171.57º | 0.73% | 0.96% | - |
| XYZ | 47.38 | 70.97 | 78.22 | - |
| YUV | 187.93 | 145.53 | 41.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 244 | 219 | 0.73 | 0 | 0.10 | 0.04 | 171.57 | 0.89 | 0.61 |
| Hex | 42 | F4 | DB | 49 | 0 | A | 4 | AC | 59 | 3D |
| Octal | 102 | 364 | 333 | 111 | 0 | 12 | 4 | 254 | 131 | 75 |
| Binary | 1000010 | 11110100 | 11011011 | 1001001 | 0 | 1010 | 100 | 10101100 | 1011001 | 111101 |
Color Harmonies of #42F4DB
Complementary color
Monochromatic Colors of #42F4DB
Black with #42F4DB
Text Example
Text Example
White with #42F4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F4DB; }
p { color: rgb(66,244,219); }
H1.HeaderClassName
{
color: #42F4DB;
}
.AnyTagClassName
{
color: #42F4DB;
}
</style>
background-color css
<style>
a { background-color: #42F4DB; }
a { background-color: rgb(66,244,219); }
div.DivClassName
{
background-color: #42F4DB;
}
.BgClassName
{
background-color: #42F4DB;
}
</style>
border-color css
<style>
span { border-color: #42F4DB; }
span { border-color: rgb(66,244,219); }
td.TdClassName
{
border-color: #42F4DB;
}
.TagClassName
{
border-color: #42F4DB;
}
</style>