Shades of Bright Turquoise #0DDECF
Tints of Bright Turquoise #0DDECF
RGB
CMYK
RGB Variations
Color information
#0DDECF (or 0x0DDECF) is known color: Bright Turquoise. HEX triplet: 0D, DE and CF. RGB value is (13,222,207). Sum of RGB (Red+Green+Blue) = 13+222+207=442 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.94% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDECF is #F22130. Grayscale: #9D9D9D. Windows color (decimal): -15868209 or 13622797. OLE color: 13622797.
HSL color Cylindrical-coordinate representation of color #0DDECF: hue angle of 175.69º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDECF is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 222 | 207 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.13 |
| HSL | 175.69º | 0.89% | 0.46% | - |
| HSV(B) | 175.69º | 0.94% | 0.87% | - |
| XYZ | 37.55 | 56.83 | 68.02 | - |
| YUV | 157.8 | 155.76 | 24.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 222 | 207 | 0.94 | 0 | 0.07 | 0.13 | 175.69 | 0.89 | 0.46 |
| Hex | D | DE | CF | 5E | 0 | 7 | D | B0 | 59 | 2E |
| Octal | 15 | 336 | 317 | 136 | 0 | 7 | 15 | 260 | 131 | 56 |
| Binary | 1101 | 11011110 | 11001111 | 1011110 | 0 | 111 | 1101 | 10110000 | 1011001 | 101110 |
Color Harmonies of #0DDECF
Complementary color
Monochromatic Colors of #0DDECF
Black with #0DDECF
Text Example
Text Example
White with #0DDECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDECF; }
p { color: rgb(13,222,207); }
H1.HeaderClassName
{
color: #0DDECF;
}
.AnyTagClassName
{
color: #0DDECF;
}
</style>
background-color css
<style>
a { background-color: #0DDECF; }
a { background-color: rgb(13,222,207); }
div.DivClassName
{
background-color: #0DDECF;
}
.BgClassName
{
background-color: #0DDECF;
}
</style>
border-color css
<style>
span { border-color: #0DDECF; }
span { border-color: rgb(13,222,207); }
td.TdClassName
{
border-color: #0DDECF;
}
.TagClassName
{
border-color: #0DDECF;
}
</style>