Shades of Dark Turquoise #1AD7CE
Tints of Dark Turquoise #1AD7CE
RGB
CMYK
RGB Variations
Color information
#1AD7CE (or 0x1AD7CE) is known color: Dark Turquoise. HEX triplet: 1A, D7 and CE. RGB value is (26,215,206). Sum of RGB (Red+Green+Blue) = 26+215+206=447 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.82% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #1AD7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AD7CE is #E52831. Grayscale: #9D9D9D. Windows color (decimal): -15018034 or 13555482. OLE color: 13555482.
HSL color Cylindrical-coordinate representation of color #1AD7CE: hue angle of 177.14º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD7CE is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 215 | 206 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.16 |
| HSL | 177.14º | 0.78% | 0.47% | - |
| HSV(B) | 177.14º | 0.88% | 0.84% | - |
| XYZ | 35.87 | 53.28 | 66.79 | - |
| YUV | 157.46 | 155.38 | 34.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 215 | 206 | 0.88 | 0 | 0.04 | 0.16 | 177.14 | 0.78 | 0.47 |
| Hex | 1A | D7 | CE | 58 | 0 | 4 | 10 | B1 | 4E | 2F |
| Octal | 32 | 327 | 316 | 130 | 0 | 4 | 20 | 261 | 116 | 57 |
| Binary | 11010 | 11010111 | 11001110 | 1011000 | 0 | 100 | 10000 | 10110001 | 1001110 | 101111 |
Color Harmonies of #1AD7CE
Complementary color
Monochromatic Colors of #1AD7CE
Black with #1AD7CE
Text Example
Text Example
White with #1AD7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD7CE; }
p { color: rgb(26,215,206); }
H1.HeaderClassName
{
color: #1AD7CE;
}
.AnyTagClassName
{
color: #1AD7CE;
}
</style>
background-color css
<style>
a { background-color: #1AD7CE; }
a { background-color: rgb(26,215,206); }
div.DivClassName
{
background-color: #1AD7CE;
}
.BgClassName
{
background-color: #1AD7CE;
}
</style>
border-color css
<style>
span { border-color: #1AD7CE; }
span { border-color: rgb(26,215,206); }
td.TdClassName
{
border-color: #1AD7CE;
}
.TagClassName
{
border-color: #1AD7CE;
}
</style>