Shades of Dark Turquoise #1AD2DA
Tints of Dark Turquoise #1AD2DA
RGB
CMYK
RGB Variations
Color information
#1AD2DA (or 0x1AD2DA) is known color: Dark Turquoise. HEX triplet: 1A, D2 and DA. RGB value is (26,210,218). Sum of RGB (Red+Green+Blue) = 26+210+218=454 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.73% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #1AD2DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD2DA is #E52D25. Grayscale: #9B9B9B. Windows color (decimal): -15019302 or 14340634. OLE color: 14340634.
HSL color Cylindrical-coordinate representation of color #1AD2DA: hue angle of 182.5º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD2DA is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 210 | 218 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.15 |
| HSL | 182.5º | 0.79% | 0.48% | - |
| HSV(B) | 182.5º | 0.88% | 0.85% | - |
| XYZ | 36.13 | 51.37 | 74.34 | - |
| YUV | 155.9 | 163.04 | 35.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 218 | 0.88 | 0.04 | 0 | 0.15 | 182.5 | 0.79 | 0.48 |
| Hex | 1A | D2 | DA | 58 | 4 | 0 | F | B6 | 4F | 30 |
| Octal | 32 | 322 | 332 | 130 | 4 | 0 | 17 | 266 | 117 | 60 |
| Binary | 11010 | 11010010 | 11011010 | 1011000 | 100 | 0 | 1111 | 10110110 | 1001111 | 110000 |
Color Harmonies of #1AD2DA
Complementary color
Monochromatic Colors of #1AD2DA
Black with #1AD2DA
Text Example
Text Example
White with #1AD2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD2DA; }
p { color: rgb(26,210,218); }
H1.HeaderClassName
{
color: #1AD2DA;
}
.AnyTagClassName
{
color: #1AD2DA;
}
</style>
background-color css
<style>
a { background-color: #1AD2DA; }
a { background-color: rgb(26,210,218); }
div.DivClassName
{
background-color: #1AD2DA;
}
.BgClassName
{
background-color: #1AD2DA;
}
</style>
border-color css
<style>
span { border-color: #1AD2DA; }
span { border-color: rgb(26,210,218); }
td.TdClassName
{
border-color: #1AD2DA;
}
.TagClassName
{
border-color: #1AD2DA;
}
</style>