Shades of Bright Turquoise #0ADDDB
Tints of Bright Turquoise #0ADDDB
RGB
CMYK
RGB Variations
Color information
#0ADDDB (or 0x0ADDDB) is known color: Bright Turquoise. HEX triplet: 0A, DD and DB. RGB value is (10,221,219). Sum of RGB (Red+Green+Blue) = 10+221+219=450 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADDDB is #F52224. Grayscale: #9D9D9D. Windows color (decimal): -16065061 or 14408970. OLE color: 14408970.
HSL color Cylindrical-coordinate representation of color #0ADDDB: hue angle of 179.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADDDB is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 221 | 219 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.13 |
| HSL | 179.43º | 0.91% | 0.45% | - |
| HSV(B) | 179.43º | 0.95% | 0.87% | - |
| XYZ | 38.77 | 56.89 | 75.96 | - |
| YUV | 157.68 | 162.6 | 22.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 221 | 219 | 0.95 | 0 | 0.01 | 0.13 | 179.43 | 0.91 | 0.45 |
| Hex | A | DD | DB | 5F | 0 | 1 | D | B3 | 5B | 2D |
| Octal | 12 | 335 | 333 | 137 | 0 | 1 | 15 | 263 | 133 | 55 |
| Binary | 1010 | 11011101 | 11011011 | 1011111 | 0 | 1 | 1101 | 10110011 | 1011011 | 101101 |
Color Harmonies of #0ADDDB
Complementary color
Monochromatic Colors of #0ADDDB
Black with #0ADDDB
Text Example
Text Example
White with #0ADDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADDDB; }
p { color: rgb(10,221,219); }
H1.HeaderClassName
{
color: #0ADDDB;
}
.AnyTagClassName
{
color: #0ADDDB;
}
</style>
background-color css
<style>
a { background-color: #0ADDDB; }
a { background-color: rgb(10,221,219); }
div.DivClassName
{
background-color: #0ADDDB;
}
.BgClassName
{
background-color: #0ADDDB;
}
</style>
border-color css
<style>
span { border-color: #0ADDDB; }
span { border-color: rgb(10,221,219); }
td.TdClassName
{
border-color: #0ADDDB;
}
.TagClassName
{
border-color: #0ADDDB;
}
</style>