Shades of Dark Turquoise #00C1D3
Tints of Dark Turquoise #00C1D3
RGB
CMYK
RGB Variations
Color information
#00C1D3 (or 0x00C1D3) is known color: Dark Turquoise. HEX triplet: 00, C1 and D3. RGB value is (0,193,211). Sum of RGB (Red+Green+Blue) = 0+193+211=404 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 211 (82.81% from 255 or 52.23% from 404); Max value from RGB is 211 - color contains mainly: blue. Hex color #00C1D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C1D3 is #FF3E2C. Grayscale: #898989. Windows color (decimal): -16727597 or 13877504. OLE color: 13877504.
HSL color Cylindrical-coordinate representation of color #00C1D3: hue angle of 185.12º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C1D3 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 193 | 211 | - |
| CMYK | 1 | 0.09 | 0 | 0.17 |
| HSL | 185.12º | 1% | 0.41% | - |
| HSV(B) | 185.12º | 1% | 0.83% | - |
| XYZ | 30.83 | 42.84 | 68.27 | - |
| YUV | 137.35 | 169.56 | 30.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 193 | 211 | 1 | 0.09 | 0 | 0.17 | 185.12 | 1 | 0.41 |
| Hex | 0 | C1 | D3 | 64 | 9 | 0 | 11 | B9 | 64 | 29 |
| Octal | 0 | 301 | 323 | 144 | 11 | 0 | 21 | 271 | 144 | 51 |
| Binary | 0 | 11000001 | 11010011 | 1100100 | 1001 | 0 | 10001 | 10111001 | 1100100 | 101001 |
Color Harmonies of #00C1D3
Complementary color
Monochromatic Colors of #00C1D3
Black with #00C1D3
Text Example
Text Example
White with #00C1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C1D3; }
p { color: rgb(0,193,211); }
H1.HeaderClassName
{
color: #00C1D3;
}
.AnyTagClassName
{
color: #00C1D3;
}
</style>
background-color css
<style>
a { background-color: #00C1D3; }
a { background-color: rgb(0,193,211); }
div.DivClassName
{
background-color: #00C1D3;
}
.BgClassName
{
background-color: #00C1D3;
}
</style>
border-color css
<style>
span { border-color: #00C1D3; }
span { border-color: rgb(0,193,211); }
td.TdClassName
{
border-color: #00C1D3;
}
.TagClassName
{
border-color: #00C1D3;
}
</style>