Shades of Dark Turquoise #1AD0DB
Tints of Dark Turquoise #1AD0DB
RGB
CMYK
RGB Variations
Color information
#1AD0DB (or 0x1AD0DB) is known color: Dark Turquoise. HEX triplet: 1A, D0 and DB. RGB value is (26,208,219). Sum of RGB (Red+Green+Blue) = 26+208+219=453 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.74% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #1AD0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD0DB is #E52F24. Grayscale: #9A9A9A. Windows color (decimal): -15019813 or 14405658. OLE color: 14405658.
HSL color Cylindrical-coordinate representation of color #1AD0DB: hue angle of 183.42º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD0DB is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 208 | 219 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.14 |
| HSL | 183.42º | 0.79% | 0.48% | - |
| HSV(B) | 183.42º | 0.88% | 0.86% | - |
| XYZ | 35.77 | 50.45 | 74.87 | - |
| YUV | 154.84 | 164.2 | 36.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 219 | 0.88 | 0.05 | 0 | 0.14 | 183.42 | 0.79 | 0.48 |
| Hex | 1A | D0 | DB | 58 | 5 | 0 | E | B7 | 4F | 30 |
| Octal | 32 | 320 | 333 | 130 | 5 | 0 | 16 | 267 | 117 | 60 |
| Binary | 11010 | 11010000 | 11011011 | 1011000 | 101 | 0 | 1110 | 10110111 | 1001111 | 110000 |
Color Harmonies of #1AD0DB
Complementary color
Monochromatic Colors of #1AD0DB
Black with #1AD0DB
Text Example
Text Example
White with #1AD0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD0DB; }
p { color: rgb(26,208,219); }
H1.HeaderClassName
{
color: #1AD0DB;
}
.AnyTagClassName
{
color: #1AD0DB;
}
</style>
background-color css
<style>
a { background-color: #1AD0DB; }
a { background-color: rgb(26,208,219); }
div.DivClassName
{
background-color: #1AD0DB;
}
.BgClassName
{
background-color: #1AD0DB;
}
</style>
border-color css
<style>
span { border-color: #1AD0DB; }
span { border-color: rgb(26,208,219); }
td.TdClassName
{
border-color: #1AD0DB;
}
.TagClassName
{
border-color: #1AD0DB;
}
</style>