Shades of Dark Turquoise #01D5E6
Tints of Dark Turquoise #01D5E6
RGB
CMYK
RGB Variations
Color information
#01D5E6 (or 0x01D5E6) is known color: Dark Turquoise. HEX triplet: 01, D5 and E6. RGB value is (1,213,230). Sum of RGB (Red+Green+Blue) = 1+213+230=444 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 444); Green value is 213 (83.59% from 255 or 47.97% from 444); Blue value is 230 (90.23% from 255 or 51.80% from 444); Max value from RGB is 230 - color contains mainly: blue. Hex color #01D5E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D5E6 is #FE2A19. Grayscale: #979797. Windows color (decimal): -16656922 or 15127809. OLE color: 15127809.
HSL color Cylindrical-coordinate representation of color #01D5E6: hue angle of 184.45º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D5E6 is Cyan = 1.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 213 | 230 | - |
| CMYK | 1.00 | 0.07 | 0 | 0.10 |
| HSL | 184.45º | 0.99% | 0.45% | - |
| HSV(B) | 184.45º | 1% | 0.9% | - |
| XYZ | 38.09 | 53.31 | 83.14 | - |
| YUV | 151.55 | 172.26 | 20.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 213 | 230 | 1.00 | 0.07 | 0 | 0.10 | 184.45 | 0.99 | 0.45 |
| Hex | 1 | D5 | E6 | 64 | 7 | 0 | A | B8 | 63 | 2D |
| Octal | 1 | 325 | 346 | 144 | 7 | 0 | 12 | 270 | 143 | 55 |
| Binary | 1 | 11010101 | 11100110 | 1100100 | 111 | 0 | 1010 | 10111000 | 1100011 | 101101 |
Color Harmonies of #01D5E6
Complementary color
Monochromatic Colors of #01D5E6
Black with #01D5E6
Text Example
Text Example
White with #01D5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D5E6; }
p { color: rgb(1,213,230); }
H1.HeaderClassName
{
color: #01D5E6;
}
.AnyTagClassName
{
color: #01D5E6;
}
</style>
background-color css
<style>
a { background-color: #01D5E6; }
a { background-color: rgb(1,213,230); }
div.DivClassName
{
background-color: #01D5E6;
}
.BgClassName
{
background-color: #01D5E6;
}
</style>
border-color css
<style>
span { border-color: #01D5E6; }
span { border-color: rgb(1,213,230); }
td.TdClassName
{
border-color: #01D5E6;
}
.TagClassName
{
border-color: #01D5E6;
}
</style>