Shades of Bright Turquoise #0DDDDF
Tints of Bright Turquoise #0DDDDF
RGB
CMYK
RGB Variations
Color information
#0DDDDF (or 0x0DDDDF) is known color: Bright Turquoise. HEX triplet: 0D, DD and DF. RGB value is (13,221,223). Sum of RGB (Red+Green+Blue) = 13+221+223=457 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.84% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #0DDDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDDDF is #F22220. Grayscale: #9E9E9E. Windows color (decimal): -15868449 or 14671117. OLE color: 14671117.
HSL color Cylindrical-coordinate representation of color #0DDDDF: hue angle of 180.57º 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 #0DDDDF is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 223 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.13 |
| HSL | 180.57º | 0.89% | 0.46% | - |
| HSV(B) | 180.57º | 0.94% | 0.87% | - |
| XYZ | 39.34 | 57.13 | 78.76 | - |
| YUV | 159.04 | 164.09 | 23.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 223 | 0.94 | 0.01 | 0 | 0.13 | 180.57 | 0.89 | 0.46 |
| Hex | D | DD | DF | 5E | 1 | 0 | D | B5 | 59 | 2E |
| Octal | 15 | 335 | 337 | 136 | 1 | 0 | 15 | 265 | 131 | 56 |
| Binary | 1101 | 11011101 | 11011111 | 1011110 | 1 | 0 | 1101 | 10110101 | 1011001 | 101110 |
Color Harmonies of #0DDDDF
Complementary color
Monochromatic Colors of #0DDDDF
Black with #0DDDDF
Text Example
Text Example
White with #0DDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDDDF; }
p { color: rgb(13,221,223); }
H1.HeaderClassName
{
color: #0DDDDF;
}
.AnyTagClassName
{
color: #0DDDDF;
}
</style>
background-color css
<style>
a { background-color: #0DDDDF; }
a { background-color: rgb(13,221,223); }
div.DivClassName
{
background-color: #0DDDDF;
}
.BgClassName
{
background-color: #0DDDDF;
}
</style>
border-color css
<style>
span { border-color: #0DDDDF; }
span { border-color: rgb(13,221,223); }
td.TdClassName
{
border-color: #0DDDDF;
}
.TagClassName
{
border-color: #0DDDDF;
}
</style>