Shades of Dark Turquoise #01CCE6
Tints of Dark Turquoise #01CCE6
RGB
CMYK
RGB Variations
Color information
#01CCE6 (or 0x01CCE6) is known color: Dark Turquoise. HEX triplet: 01, CC and E6. RGB value is (1,204,230). Sum of RGB (Red+Green+Blue) = 1+204+230=435 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 230 (90.23% from 255 or 52.87% from 435); Max value from RGB is 230 - color contains mainly: blue. Hex color #01CCE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CCE6 is #FE3319. Grayscale: #919191. Windows color (decimal): -16659226 or 15125505. OLE color: 15125505.
HSL color Cylindrical-coordinate representation of color #01CCE6: hue angle of 186.81º 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 #01CCE6 is Cyan = 1.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 204 | 230 | - |
| CMYK | 1.00 | 0.11 | 0 | 0.10 |
| HSL | 186.81º | 0.99% | 0.45% | - |
| HSV(B) | 186.81º | 1% | 0.9% | - |
| XYZ | 35.89 | 48.91 | 82.41 | - |
| YUV | 146.27 | 175.25 | 24.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 204 | 230 | 1.00 | 0.11 | 0 | 0.10 | 186.81 | 0.99 | 0.45 |
| Hex | 1 | CC | E6 | 64 | B | 0 | A | BB | 63 | 2D |
| Octal | 1 | 314 | 346 | 144 | 13 | 0 | 12 | 273 | 143 | 55 |
| Binary | 1 | 11001100 | 11100110 | 1100100 | 1011 | 0 | 1010 | 10111011 | 1100011 | 101101 |
Color Harmonies of #01CCE6
Complementary color
Monochromatic Colors of #01CCE6
Black with #01CCE6
Text Example
Text Example
White with #01CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CCE6; }
p { color: rgb(1,204,230); }
H1.HeaderClassName
{
color: #01CCE6;
}
.AnyTagClassName
{
color: #01CCE6;
}
</style>
background-color css
<style>
a { background-color: #01CCE6; }
a { background-color: rgb(1,204,230); }
div.DivClassName
{
background-color: #01CCE6;
}
.BgClassName
{
background-color: #01CCE6;
}
</style>
border-color css
<style>
span { border-color: #01CCE6; }
span { border-color: rgb(1,204,230); }
td.TdClassName
{
border-color: #01CCE6;
}
.TagClassName
{
border-color: #01CCE6;
}
</style>