Shades of Dark Turquoise #01CBDD
Tints of Dark Turquoise #01CBDD
RGB
CMYK
RGB Variations
Color information
#01CBDD (or 0x01CBDD) is known color: Dark Turquoise. HEX triplet: 01, CB and DD. RGB value is (1,203,221). Sum of RGB (Red+Green+Blue) = 1+203+221=425 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #01CBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CBDD is #FE3422. Grayscale: #909090. Windows color (decimal): -16659491 or 14535425. OLE color: 14535425.
HSL color Cylindrical-coordinate representation of color #01CBDD: hue angle of 184.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CBDD is Cyan = 1.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 203 | 221 | - |
| CMYK | 1.00 | 0.08 | 0 | 0.13 |
| HSL | 184.91º | 0.99% | 0.44% | - |
| HSV(B) | 184.91º | 1% | 0.87% | - |
| XYZ | 34.42 | 47.94 | 75.85 | - |
| YUV | 144.65 | 171.08 | 25.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 203 | 221 | 1.00 | 0.08 | 0 | 0.13 | 184.91 | 0.99 | 0.44 |
| Hex | 1 | CB | DD | 64 | 8 | 0 | D | B9 | 63 | 2C |
| Octal | 1 | 313 | 335 | 144 | 10 | 0 | 15 | 271 | 143 | 54 |
| Binary | 1 | 11001011 | 11011101 | 1100100 | 1000 | 0 | 1101 | 10111001 | 1100011 | 101100 |
Color Harmonies of #01CBDD
Complementary color
Monochromatic Colors of #01CBDD
Black with #01CBDD
Text Example
Text Example
White with #01CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CBDD; }
p { color: rgb(1,203,221); }
H1.HeaderClassName
{
color: #01CBDD;
}
.AnyTagClassName
{
color: #01CBDD;
}
</style>
background-color css
<style>
a { background-color: #01CBDD; }
a { background-color: rgb(1,203,221); }
div.DivClassName
{
background-color: #01CBDD;
}
.BgClassName
{
background-color: #01CBDD;
}
</style>
border-color css
<style>
span { border-color: #01CBDD; }
span { border-color: rgb(1,203,221); }
td.TdClassName
{
border-color: #01CBDD;
}
.TagClassName
{
border-color: #01CBDD;
}
</style>