Shades of Bright Turquoise #0DDADB
Tints of Bright Turquoise #0DDADB
RGB
CMYK
RGB Variations
Color information
#0DDADB (or 0x0DDADB) is known color: Bright Turquoise. HEX triplet: 0D, DA and DB. RGB value is (13,218,219). Sum of RGB (Red+Green+Blue) = 13+218+219=450 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.89% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #0DDADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDADB is #F22524. Grayscale: #9C9C9C. Windows color (decimal): -15869221 or 14408205. OLE color: 14408205.
HSL color Cylindrical-coordinate representation of color #0DDADB: hue angle of 180.29º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDADB is Cyan = 0.94, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 218 | 219 | - |
| CMYK | 0.94 | 0.00 | 0 | 0.14 |
| HSL | 180.29º | 0.89% | 0.45% | - |
| HSV(B) | 180.29º | 0.94% | 0.86% | - |
| XYZ | 38.02 | 55.34 | 75.7 | - |
| YUV | 156.82 | 163.08 | 25.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 218 | 219 | 0.94 | 0.00 | 0 | 0.14 | 180.29 | 0.89 | 0.45 |
| Hex | D | DA | DB | 5E | 0 | 0 | E | B4 | 59 | 2D |
| Octal | 15 | 332 | 333 | 136 | 0 | 0 | 16 | 264 | 131 | 55 |
| Binary | 1101 | 11011010 | 11011011 | 1011110 | 0 | 0 | 1110 | 10110100 | 1011001 | 101101 |
Color Harmonies of #0DDADB
Complementary color
Monochromatic Colors of #0DDADB
Black with #0DDADB
Text Example
Text Example
White with #0DDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDADB; }
p { color: rgb(13,218,219); }
H1.HeaderClassName
{
color: #0DDADB;
}
.AnyTagClassName
{
color: #0DDADB;
}
</style>
background-color css
<style>
a { background-color: #0DDADB; }
a { background-color: rgb(13,218,219); }
div.DivClassName
{
background-color: #0DDADB;
}
.BgClassName
{
background-color: #0DDADB;
}
</style>
border-color css
<style>
span { border-color: #0DDADB; }
span { border-color: rgb(13,218,219); }
td.TdClassName
{
border-color: #0DDADB;
}
.TagClassName
{
border-color: #0DDADB;
}
</style>