Shades of Dark Turquoise #1AD2DB
Tints of Dark Turquoise #1AD2DB
RGB
CMYK
RGB Variations
Color information
#1AD2DB (or 0x1AD2DB) is known color: Dark Turquoise. HEX triplet: 1A, D2 and DB. RGB value is (26,210,219). Sum of RGB (Red+Green+Blue) = 26+210+219=455 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.71% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #1AD2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD2DB is #E52D24. Grayscale: #9B9B9B. Windows color (decimal): -15019301 or 14406170. OLE color: 14406170.
HSL color Cylindrical-coordinate representation of color #1AD2DB: hue angle of 182.8º 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 #1AD2DB is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 210 | 219 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.14 |
| HSL | 182.8º | 0.79% | 0.48% | - |
| HSV(B) | 182.8º | 0.88% | 0.86% | - |
| XYZ | 36.26 | 51.43 | 75.03 | - |
| YUV | 156.01 | 163.54 | 35.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 219 | 0.88 | 0.04 | 0 | 0.14 | 182.8 | 0.79 | 0.48 |
| Hex | 1A | D2 | DB | 58 | 4 | 0 | E | B7 | 4F | 30 |
| Octal | 32 | 322 | 333 | 130 | 4 | 0 | 16 | 267 | 117 | 60 |
| Binary | 11010 | 11010010 | 11011011 | 1011000 | 100 | 0 | 1110 | 10110111 | 1001111 | 110000 |
Color Harmonies of #1AD2DB
Complementary color
Monochromatic Colors of #1AD2DB
Black with #1AD2DB
Text Example
Text Example
White with #1AD2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD2DB; }
p { color: rgb(26,210,219); }
H1.HeaderClassName
{
color: #1AD2DB;
}
.AnyTagClassName
{
color: #1AD2DB;
}
</style>
background-color css
<style>
a { background-color: #1AD2DB; }
a { background-color: rgb(26,210,219); }
div.DivClassName
{
background-color: #1AD2DB;
}
.BgClassName
{
background-color: #1AD2DB;
}
</style>
border-color css
<style>
span { border-color: #1AD2DB; }
span { border-color: rgb(26,210,219); }
td.TdClassName
{
border-color: #1AD2DB;
}
.TagClassName
{
border-color: #1AD2DB;
}
</style>