Shades of Bright Turquoise #01D9E6
Tints of Bright Turquoise #01D9E6
RGB
CMYK
RGB Variations
Color information
#01D9E6 (or 0x01D9E6) is known color: Bright Turquoise. HEX triplet: 01, D9 and E6. RGB value is (1,217,230). Sum of RGB (Red+Green+Blue) = 1+217+230=448 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 448); Green value is 217 (85.16% from 255 or 48.44% from 448); Blue value is 230 (90.23% from 255 or 51.34% from 448); Max value from RGB is 230 - color contains mainly: blue. Hex color #01D9E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01D9E6 is #FE2619. Grayscale: #999999. Windows color (decimal): -16655898 or 15128833. OLE color: 15128833.
HSL color Cylindrical-coordinate representation of color #01D9E6: hue angle of 183.41º 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 #01D9E6 is Cyan = 1.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 217 | 230 | - |
| CMYK | 1.00 | 0.06 | 0 | 0.10 |
| HSL | 183.41º | 0.99% | 0.45% | - |
| HSV(B) | 183.41º | 1% | 0.9% | - |
| XYZ | 39.11 | 55.35 | 83.48 | - |
| YUV | 153.9 | 170.94 | 18.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 217 | 230 | 1.00 | 0.06 | 0 | 0.10 | 183.41 | 0.99 | 0.45 |
| Hex | 1 | D9 | E6 | 64 | 6 | 0 | A | B7 | 63 | 2D |
| Octal | 1 | 331 | 346 | 144 | 6 | 0 | 12 | 267 | 143 | 55 |
| Binary | 1 | 11011001 | 11100110 | 1100100 | 110 | 0 | 1010 | 10110111 | 1100011 | 101101 |
Color Harmonies of #01D9E6
Complementary color
Monochromatic Colors of #01D9E6
Black with #01D9E6
Text Example
Text Example
White with #01D9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D9E6; }
p { color: rgb(1,217,230); }
H1.HeaderClassName
{
color: #01D9E6;
}
.AnyTagClassName
{
color: #01D9E6;
}
</style>
background-color css
<style>
a { background-color: #01D9E6; }
a { background-color: rgb(1,217,230); }
div.DivClassName
{
background-color: #01D9E6;
}
.BgClassName
{
background-color: #01D9E6;
}
</style>
border-color css
<style>
span { border-color: #01D9E6; }
span { border-color: rgb(1,217,230); }
td.TdClassName
{
border-color: #01D9E6;
}
.TagClassName
{
border-color: #01D9E6;
}
</style>