Shades of Dark Turquoise #01CFD0
Tints of Dark Turquoise #01CFD0
RGB
CMYK
RGB Variations
Color information
#01CFD0 (or 0x01CFD0) is known color: Dark Turquoise. HEX triplet: 01, CF and D0. RGB value is (1,207,208). Sum of RGB (Red+Green+Blue) = 1+207+208=416 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #01CFD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CFD0 is #FE302F. Grayscale: #919191. Windows color (decimal): -16658480 or 13684481. OLE color: 13684481.
HSL color Cylindrical-coordinate representation of color #01CFD0: hue angle of 180.29º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CFD0 is Cyan = 1.00, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 207 | 208 | - |
| CMYK | 1.00 | 0.00 | 0 | 0.18 |
| HSL | 180.29º | 0.99% | 0.41% | - |
| HSV(B) | 180.29º | 1% | 0.82% | - |
| XYZ | 33.71 | 49.19 | 67.39 | - |
| YUV | 145.52 | 163.25 | 24.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 207 | 208 | 1.00 | 0.00 | 0 | 0.18 | 180.29 | 0.99 | 0.41 |
| Hex | 1 | CF | D0 | 64 | 0 | 0 | 12 | B4 | 63 | 29 |
| Octal | 1 | 317 | 320 | 144 | 0 | 0 | 22 | 264 | 143 | 51 |
| Binary | 1 | 11001111 | 11010000 | 1100100 | 0 | 0 | 10010 | 10110100 | 1100011 | 101001 |
Color Harmonies of #01CFD0
Complementary color
Monochromatic Colors of #01CFD0
Black with #01CFD0
Text Example
Text Example
White with #01CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CFD0; }
p { color: rgb(1,207,208); }
H1.HeaderClassName
{
color: #01CFD0;
}
.AnyTagClassName
{
color: #01CFD0;
}
</style>
background-color css
<style>
a { background-color: #01CFD0; }
a { background-color: rgb(1,207,208); }
div.DivClassName
{
background-color: #01CFD0;
}
.BgClassName
{
background-color: #01CFD0;
}
</style>
border-color css
<style>
span { border-color: #01CFD0; }
span { border-color: rgb(1,207,208); }
td.TdClassName
{
border-color: #01CFD0;
}
.TagClassName
{
border-color: #01CFD0;
}
</style>