Shades of Turquoise #42DBC3
Tints of Turquoise #42DBC3
RGB
CMYK
RGB Variations
Color information
#42DBC3 (or 0x42DBC3) is known color: Turquoise. HEX triplet: 42, DB and C3. RGB value is (66,219,195). Sum of RGB (Red+Green+Blue) = 66+219+195=480 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.75% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 195 (76.56% from 255 or 40.62% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #42DBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DBC3 is #BD243C. Grayscale: #AAAAAA. Windows color (decimal): -12395581 or 12835650. OLE color: 12835650.
HSL color Cylindrical-coordinate representation of color #42DBC3: hue angle of 170.59º 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 #42DBC3 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 219 | 195 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.14 |
| HSL | 170.59º | 0.68% | 0.56% | - |
| HSV(B) | 170.59º | 0.7% | 0.86% | - |
| XYZ | 37.43 | 55.76 | 60.42 | - |
| YUV | 170.52 | 141.81 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 195 | 0.70 | 0 | 0.11 | 0.14 | 170.59 | 0.68 | 0.56 |
| Hex | 42 | DB | C3 | 46 | 0 | B | E | AB | 44 | 38 |
| Octal | 102 | 333 | 303 | 106 | 0 | 13 | 16 | 253 | 104 | 70 |
| Binary | 1000010 | 11011011 | 11000011 | 1000110 | 0 | 1011 | 1110 | 10101011 | 1000100 | 111000 |
Color Harmonies of #42DBC3
Complementary color
Monochromatic Colors of #42DBC3
Black with #42DBC3
Text Example
Text Example
White with #42DBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DBC3; }
p { color: rgb(66,219,195); }
H1.HeaderClassName
{
color: #42DBC3;
}
.AnyTagClassName
{
color: #42DBC3;
}
</style>
background-color css
<style>
a { background-color: #42DBC3; }
a { background-color: rgb(66,219,195); }
div.DivClassName
{
background-color: #42DBC3;
}
.BgClassName
{
background-color: #42DBC3;
}
</style>
border-color css
<style>
span { border-color: #42DBC3; }
span { border-color: rgb(66,219,195); }
td.TdClassName
{
border-color: #42DBC3;
}
.TagClassName
{
border-color: #42DBC3;
}
</style>