Shades of Turquoise #42DADB
Tints of Turquoise #42DADB
RGB
CMYK
RGB Variations
Color information
#42DADB (or 0x42DADB) is known color: Turquoise. HEX triplet: 42, DA and DB. RGB value is (66,218,219). Sum of RGB (Red+Green+Blue) = 66+218+219=503 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.12% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #42DADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DADB is #BD2524. Grayscale: #ACACAC. Windows color (decimal): -12395813 or 14408258. OLE color: 14408258.
HSL color Cylindrical-coordinate representation of color #42DADB: hue angle of 180.39º 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 #42DADB is Cyan = 0.70, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 218 | 219 | - |
| CMYK | 0.70 | 0.00 | 0 | 0.14 |
| HSL | 180.39º | 0.68% | 0.56% | - |
| HSV(B) | 180.39º | 0.7% | 0.86% | - |
| XYZ | 40.1 | 56.42 | 75.79 | - |
| YUV | 172.67 | 154.14 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 219 | 0.70 | 0.00 | 0 | 0.14 | 180.39 | 0.68 | 0.56 |
| Hex | 42 | DA | DB | 46 | 0 | 0 | E | B4 | 44 | 38 |
| Octal | 102 | 332 | 333 | 106 | 0 | 0 | 16 | 264 | 104 | 70 |
| Binary | 1000010 | 11011010 | 11011011 | 1000110 | 0 | 0 | 1110 | 10110100 | 1000100 | 111000 |
Color Harmonies of #42DADB
Complementary color
Monochromatic Colors of #42DADB
Black with #42DADB
Text Example
Text Example
White with #42DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DADB; }
p { color: rgb(66,218,219); }
H1.HeaderClassName
{
color: #42DADB;
}
.AnyTagClassName
{
color: #42DADB;
}
</style>
background-color css
<style>
a { background-color: #42DADB; }
a { background-color: rgb(66,218,219); }
div.DivClassName
{
background-color: #42DADB;
}
.BgClassName
{
background-color: #42DADB;
}
</style>
border-color css
<style>
span { border-color: #42DADB; }
span { border-color: rgb(66,218,219); }
td.TdClassName
{
border-color: #42DADB;
}
.TagClassName
{
border-color: #42DADB;
}
</style>