Shades of Dark Turquoise #1AD3DB
Tints of Dark Turquoise #1AD3DB
RGB
CMYK
RGB Variations
Color information
#1AD3DB (or 0x1AD3DB) is known color: Dark Turquoise. HEX triplet: 1A, D3 and DB. RGB value is (26,211,219). Sum of RGB (Red+Green+Blue) = 26+211+219=456 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.70% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #1AD3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD3DB is #E52C24. Grayscale: #9C9C9C. Windows color (decimal): -15019045 or 14406426. OLE color: 14406426.
HSL color Cylindrical-coordinate representation of color #1AD3DB: hue angle of 182.49º 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 #1AD3DB is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 211 | 219 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.14 |
| HSL | 182.49º | 0.79% | 0.48% | - |
| HSV(B) | 182.49º | 0.88% | 0.86% | - |
| XYZ | 36.51 | 51.92 | 75.12 | - |
| YUV | 156.6 | 163.21 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 211 | 219 | 0.88 | 0.04 | 0 | 0.14 | 182.49 | 0.79 | 0.48 |
| Hex | 1A | D3 | DB | 58 | 4 | 0 | E | B6 | 4F | 30 |
| Octal | 32 | 323 | 333 | 130 | 4 | 0 | 16 | 266 | 117 | 60 |
| Binary | 11010 | 11010011 | 11011011 | 1011000 | 100 | 0 | 1110 | 10110110 | 1001111 | 110000 |
Color Harmonies of #1AD3DB
Complementary color
Monochromatic Colors of #1AD3DB
Black with #1AD3DB
Text Example
Text Example
White with #1AD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD3DB; }
p { color: rgb(26,211,219); }
H1.HeaderClassName
{
color: #1AD3DB;
}
.AnyTagClassName
{
color: #1AD3DB;
}
</style>
background-color css
<style>
a { background-color: #1AD3DB; }
a { background-color: rgb(26,211,219); }
div.DivClassName
{
background-color: #1AD3DB;
}
.BgClassName
{
background-color: #1AD3DB;
}
</style>
border-color css
<style>
span { border-color: #1AD3DB; }
span { border-color: rgb(26,211,219); }
td.TdClassName
{
border-color: #1AD3DB;
}
.TagClassName
{
border-color: #1AD3DB;
}
</style>