Shades of Bright Turquoise #01DCED
Tints of Bright Turquoise #01DCED
RGB
CMYK
RGB Variations
Color information
#01DCED (or 0x01DCED) is known color: Bright Turquoise. HEX triplet: 01, DC and ED. RGB value is (1,220,237). Sum of RGB (Red+Green+Blue) = 1+220+237=458 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #01DCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01DCED is #FE2312. Grayscale: #9C9C9C. Windows color (decimal): -16655123 or 15588353. OLE color: 15588353.
HSL color Cylindrical-coordinate representation of color #01DCED: hue angle of 184.32º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DCED is Cyan = 1.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 220 | 237 | - |
| CMYK | 1.00 | 0.07 | 0 | 0.07 |
| HSL | 184.32º | 0.99% | 0.47% | - |
| HSV(B) | 184.32º | 1% | 0.93% | - |
| XYZ | 40.89 | 57.31 | 89.03 | - |
| YUV | 156.46 | 173.45 | 17.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 220 | 237 | 1.00 | 0.07 | 0 | 0.07 | 184.32 | 0.99 | 0.47 |
| Hex | 1 | DC | ED | 64 | 7 | 0 | 7 | B8 | 63 | 2F |
| Octal | 1 | 334 | 355 | 144 | 7 | 0 | 7 | 270 | 143 | 57 |
| Binary | 1 | 11011100 | 11101101 | 1100100 | 111 | 0 | 111 | 10111000 | 1100011 | 101111 |
Color Harmonies of #01DCED
Complementary color
Monochromatic Colors of #01DCED
Black with #01DCED
Text Example
Text Example
White with #01DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DCED; }
p { color: rgb(1,220,237); }
H1.HeaderClassName
{
color: #01DCED;
}
.AnyTagClassName
{
color: #01DCED;
}
</style>
background-color css
<style>
a { background-color: #01DCED; }
a { background-color: rgb(1,220,237); }
div.DivClassName
{
background-color: #01DCED;
}
.BgClassName
{
background-color: #01DCED;
}
</style>
border-color css
<style>
span { border-color: #01DCED; }
span { border-color: rgb(1,220,237); }
td.TdClassName
{
border-color: #01DCED;
}
.TagClassName
{
border-color: #01DCED;
}
</style>