Shades of Turquoise #42DBCA
Tints of Turquoise #42DBCA
RGB
CMYK
RGB Variations
Color information
#42DBCA (or 0x42DBCA) is known color: Turquoise. HEX triplet: 42, DB and CA. RGB value is (66,219,202). Sum of RGB (Red+Green+Blue) = 66+219+202=487 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.55% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #42DBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DBCA is #BD2435. Grayscale: #ABABAB. Windows color (decimal): -12395574 or 13294402. OLE color: 13294402.
HSL color Cylindrical-coordinate representation of color #42DBCA: hue angle of 173.33º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DBCA is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 219 | 202 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.14 |
| HSL | 173.33º | 0.68% | 0.56% | - |
| HSV(B) | 173.33º | 0.7% | 0.86% | - |
| XYZ | 38.24 | 56.09 | 64.69 | - |
| YUV | 171.32 | 145.31 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 202 | 0.70 | 0 | 0.08 | 0.14 | 173.33 | 0.68 | 0.56 |
| Hex | 42 | DB | CA | 46 | 0 | 8 | E | AD | 44 | 38 |
| Octal | 102 | 333 | 312 | 106 | 0 | 10 | 16 | 255 | 104 | 70 |
| Binary | 1000010 | 11011011 | 11001010 | 1000110 | 0 | 1000 | 1110 | 10101101 | 1000100 | 111000 |
Color Harmonies of #42DBCA
Complementary color
Monochromatic Colors of #42DBCA
Black with #42DBCA
Text Example
Text Example
White with #42DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DBCA; }
p { color: rgb(66,219,202); }
H1.HeaderClassName
{
color: #42DBCA;
}
.AnyTagClassName
{
color: #42DBCA;
}
</style>
background-color css
<style>
a { background-color: #42DBCA; }
a { background-color: rgb(66,219,202); }
div.DivClassName
{
background-color: #42DBCA;
}
.BgClassName
{
background-color: #42DBCA;
}
</style>
border-color css
<style>
span { border-color: #42DBCA; }
span { border-color: rgb(66,219,202); }
td.TdClassName
{
border-color: #42DBCA;
}
.TagClassName
{
border-color: #42DBCA;
}
</style>