Shades of Dark Turquoise #00CEDA
Tints of Dark Turquoise #00CEDA
RGB
CMYK
RGB Variations
Color information
#00CEDA (or 0x00CEDA) is known color: Dark Turquoise. HEX triplet: 00, CE and DA. RGB value is (0,206,218). Sum of RGB (Red+Green+Blue) = 0+206+218=424 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #00CEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CEDA is #FF3125. Grayscale: #919191. Windows color (decimal): -16724262 or 14339584. OLE color: 14339584.
HSL color Cylindrical-coordinate representation of color #00CEDA: hue angle of 183.3º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CEDA is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 206 | 218 | - |
| CMYK | 1 | 0.06 | 0 | 0.15 |
| HSL | 183.3º | 1% | 0.43% | - |
| HSV(B) | 183.3º | 1% | 0.85% | - |
| XYZ | 34.73 | 49.2 | 74 | - |
| YUV | 145.77 | 168.75 | 24.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 218 | 1 | 0.06 | 0 | 0.15 | 183.3 | 1 | 0.43 |
| Hex | 0 | CE | DA | 64 | 6 | 0 | F | B7 | 64 | 2B |
| Octal | 0 | 316 | 332 | 144 | 6 | 0 | 17 | 267 | 144 | 53 |
| Binary | 0 | 11001110 | 11011010 | 1100100 | 110 | 0 | 1111 | 10110111 | 1100100 | 101011 |
Color Harmonies of #00CEDA
Complementary color
Monochromatic Colors of #00CEDA
Black with #00CEDA
Text Example
Text Example
White with #00CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CEDA; }
p { color: rgb(0,206,218); }
H1.HeaderClassName
{
color: #00CEDA;
}
.AnyTagClassName
{
color: #00CEDA;
}
</style>
background-color css
<style>
a { background-color: #00CEDA; }
a { background-color: rgb(0,206,218); }
div.DivClassName
{
background-color: #00CEDA;
}
.BgClassName
{
background-color: #00CEDA;
}
</style>
border-color css
<style>
span { border-color: #00CEDA; }
span { border-color: rgb(0,206,218); }
td.TdClassName
{
border-color: #00CEDA;
}
.TagClassName
{
border-color: #00CEDA;
}
</style>