Shades of Dark Turquoise #00CED3
Tints of Dark Turquoise #00CED3
RGB
CMYK
RGB Variations
Color information
#00CED3 (or 0x00CED3) is known color: Dark Turquoise. HEX triplet: 00, CE and D3. RGB value is (0,206,211). Sum of RGB (Red+Green+Blue) = 0+206+211=417 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 211 (82.81% from 255 or 50.60% from 417); Max value from RGB is 211 - color contains mainly: blue. Hex color #00CED3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CED3 is #FF312C. Grayscale: #909090. Windows color (decimal): -16724269 or 13880832. OLE color: 13880832.
HSL color Cylindrical-coordinate representation of color #00CED3: hue angle of 181.42º 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 #00CED3 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 206 | 211 | - |
| CMYK | 1 | 0.02 | 0 | 0.17 |
| HSL | 181.42º | 1% | 0.41% | - |
| HSV(B) | 181.42º | 1% | 0.83% | - |
| XYZ | 33.83 | 48.85 | 69.27 | - |
| YUV | 144.98 | 165.25 | 24.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 211 | 1 | 0.02 | 0 | 0.17 | 181.42 | 1 | 0.41 |
| Hex | 0 | CE | D3 | 64 | 2 | 0 | 11 | B5 | 64 | 29 |
| Octal | 0 | 316 | 323 | 144 | 2 | 0 | 21 | 265 | 144 | 51 |
| Binary | 0 | 11001110 | 11010011 | 1100100 | 10 | 0 | 10001 | 10110101 | 1100100 | 101001 |
Color Harmonies of #00CED3
Complementary color
Monochromatic Colors of #00CED3
Black with #00CED3
Text Example
Text Example
White with #00CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CED3; }
p { color: rgb(0,206,211); }
H1.HeaderClassName
{
color: #00CED3;
}
.AnyTagClassName
{
color: #00CED3;
}
</style>
background-color css
<style>
a { background-color: #00CED3; }
a { background-color: rgb(0,206,211); }
div.DivClassName
{
background-color: #00CED3;
}
.BgClassName
{
background-color: #00CED3;
}
</style>
border-color css
<style>
span { border-color: #00CED3; }
span { border-color: rgb(0,206,211); }
td.TdClassName
{
border-color: #00CED3;
}
.TagClassName
{
border-color: #00CED3;
}
</style>