Shades of Dark Turquoise #1AD0CF
Tints of Dark Turquoise #1AD0CF
RGB
CMYK
RGB Variations
Color information
#1AD0CF (or 0x1AD0CF) is known color: Dark Turquoise. HEX triplet: 1A, D0 and CF. RGB value is (26,208,207). Sum of RGB (Red+Green+Blue) = 26+208+207=441 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.90% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD0CF is #E52F30. Grayscale: #999999. Windows color (decimal): -15019825 or 13619226. OLE color: 13619226.
HSL color Cylindrical-coordinate representation of color #1AD0CF: hue angle of 179.67º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD0CF is Cyan = 0.88, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 207 | - |
| CMYK | 0.88 | 0 | 0.00 | 0.18 |
| HSL | 179.67º | 0.78% | 0.46% | - |
| HSV(B) | 179.67º | 0.88% | 0.82% | - |
| XYZ | 34.24 | 49.84 | 66.85 | - |
| YUV | 153.47 | 158.2 | 37.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 207 | 0.88 | 0 | 0.00 | 0.18 | 179.67 | 0.78 | 0.46 |
| Hex | 1A | D0 | CF | 58 | 0 | 0 | 12 | B4 | 4E | 2E |
| Octal | 32 | 320 | 317 | 130 | 0 | 0 | 22 | 264 | 116 | 56 |
| Binary | 11010 | 11010000 | 11001111 | 1011000 | 0 | 0 | 10010 | 10110100 | 1001110 | 101110 |
Color Harmonies of #1AD0CF
Complementary color
Monochromatic Colors of #1AD0CF
Black with #1AD0CF
Text Example
Text Example
White with #1AD0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD0CF; }
p { color: rgb(26,208,207); }
H1.HeaderClassName
{
color: #1AD0CF;
}
.AnyTagClassName
{
color: #1AD0CF;
}
</style>
background-color css
<style>
a { background-color: #1AD0CF; }
a { background-color: rgb(26,208,207); }
div.DivClassName
{
background-color: #1AD0CF;
}
.BgClassName
{
background-color: #1AD0CF;
}
</style>
border-color css
<style>
span { border-color: #1AD0CF; }
span { border-color: rgb(26,208,207); }
td.TdClassName
{
border-color: #1AD0CF;
}
.TagClassName
{
border-color: #1AD0CF;
}
</style>