Shades of Bright Turquoise #0DDCDF
Tints of Bright Turquoise #0DDCDF
RGB
CMYK
RGB Variations
Color information
#0DDCDF (or 0x0DDCDF) is known color: Bright Turquoise. HEX triplet: 0D, DC and DF. RGB value is (13,220,223). Sum of RGB (Red+Green+Blue) = 13+220+223=456 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.85% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #0DDCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDCDF is #F22320. Grayscale: #9E9E9E. Windows color (decimal): -15868705 or 14670861. OLE color: 14670861.
HSL color Cylindrical-coordinate representation of color #0DDCDF: hue angle of 180.86º 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 #0DDCDF is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 220 | 223 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.13 |
| HSL | 180.86º | 0.89% | 0.46% | - |
| HSV(B) | 180.86º | 0.94% | 0.87% | - |
| XYZ | 39.08 | 56.6 | 78.68 | - |
| YUV | 158.45 | 164.42 | 24.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 223 | 0.94 | 0.01 | 0 | 0.13 | 180.86 | 0.89 | 0.46 |
| Hex | D | DC | DF | 5E | 1 | 0 | D | B5 | 59 | 2E |
| Octal | 15 | 334 | 337 | 136 | 1 | 0 | 15 | 265 | 131 | 56 |
| Binary | 1101 | 11011100 | 11011111 | 1011110 | 1 | 0 | 1101 | 10110101 | 1011001 | 101110 |
Color Harmonies of #0DDCDF
Complementary color
Monochromatic Colors of #0DDCDF
Black with #0DDCDF
Text Example
Text Example
White with #0DDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDCDF; }
p { color: rgb(13,220,223); }
H1.HeaderClassName
{
color: #0DDCDF;
}
.AnyTagClassName
{
color: #0DDCDF;
}
</style>
background-color css
<style>
a { background-color: #0DDCDF; }
a { background-color: rgb(13,220,223); }
div.DivClassName
{
background-color: #0DDCDF;
}
.BgClassName
{
background-color: #0DDCDF;
}
</style>
border-color css
<style>
span { border-color: #0DDCDF; }
span { border-color: rgb(13,220,223); }
td.TdClassName
{
border-color: #0DDCDF;
}
.TagClassName
{
border-color: #0DDCDF;
}
</style>