Shades of Turquoise #42DBDF
Tints of Turquoise #42DBDF
RGB
CMYK
RGB Variations
Color information
#42DBDF (or 0x42DBDF) is known color: Turquoise. HEX triplet: 42, DB and DF. RGB value is (66,219,223). Sum of RGB (Red+Green+Blue) = 66+219+223=508 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.99% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #42DBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DBDF is #BD2420. Grayscale: #ADADAD. Windows color (decimal): -12395553 or 14670658. OLE color: 14670658.
HSL color Cylindrical-coordinate representation of color #42DBDF: hue angle of 181.53º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DBDF is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 219 | 223 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.13 |
| HSL | 181.53º | 0.71% | 0.57% | - |
| HSV(B) | 181.53º | 0.7% | 0.87% | - |
| XYZ | 40.9 | 57.15 | 78.69 | - |
| YUV | 173.71 | 155.81 | 51.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 223 | 0.70 | 0.02 | 0 | 0.13 | 181.53 | 0.71 | 0.57 |
| Hex | 42 | DB | DF | 46 | 2 | 0 | D | B6 | 47 | 39 |
| Octal | 102 | 333 | 337 | 106 | 2 | 0 | 15 | 266 | 107 | 71 |
| Binary | 1000010 | 11011011 | 11011111 | 1000110 | 10 | 0 | 1101 | 10110110 | 1000111 | 111001 |
Color Harmonies of #42DBDF
Complementary color
Monochromatic Colors of #42DBDF
Black with #42DBDF
Text Example
Text Example
White with #42DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DBDF; }
p { color: rgb(66,219,223); }
H1.HeaderClassName
{
color: #42DBDF;
}
.AnyTagClassName
{
color: #42DBDF;
}
</style>
background-color css
<style>
a { background-color: #42DBDF; }
a { background-color: rgb(66,219,223); }
div.DivClassName
{
background-color: #42DBDF;
}
.BgClassName
{
background-color: #42DBDF;
}
</style>
border-color css
<style>
span { border-color: #42DBDF; }
span { border-color: rgb(66,219,223); }
td.TdClassName
{
border-color: #42DBDF;
}
.TagClassName
{
border-color: #42DBDF;
}
</style>