Shades of Bright Turquoise #0ADDD0
Tints of Bright Turquoise #0ADDD0
RGB
CMYK
RGB Variations
Color information
#0ADDD0 (or 0x0ADDD0) is known color: Bright Turquoise. HEX triplet: 0A, DD and D0. RGB value is (10,221,208). Sum of RGB (Red+Green+Blue) = 10+221+208=439 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.28% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADDD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADDD0 is #F5222F. Grayscale: #9C9C9C. Windows color (decimal): -16065072 or 13688074. OLE color: 13688074.
HSL color Cylindrical-coordinate representation of color #0ADDD0: hue angle of 176.3º 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 #0ADDD0 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 221 | 208 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.13 |
| HSL | 176.3º | 0.91% | 0.45% | - |
| HSV(B) | 176.3º | 0.95% | 0.87% | - |
| XYZ | 37.37 | 56.33 | 68.58 | - |
| YUV | 156.43 | 157.1 | 23.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 221 | 208 | 0.95 | 0 | 0.06 | 0.13 | 176.3 | 0.91 | 0.45 |
| Hex | A | DD | D0 | 5F | 0 | 6 | D | B0 | 5B | 2D |
| Octal | 12 | 335 | 320 | 137 | 0 | 6 | 15 | 260 | 133 | 55 |
| Binary | 1010 | 11011101 | 11010000 | 1011111 | 0 | 110 | 1101 | 10110000 | 1011011 | 101101 |
Color Harmonies of #0ADDD0
Complementary color
Monochromatic Colors of #0ADDD0
Black with #0ADDD0
Text Example
Text Example
White with #0ADDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADDD0; }
p { color: rgb(10,221,208); }
H1.HeaderClassName
{
color: #0ADDD0;
}
.AnyTagClassName
{
color: #0ADDD0;
}
</style>
background-color css
<style>
a { background-color: #0ADDD0; }
a { background-color: rgb(10,221,208); }
div.DivClassName
{
background-color: #0ADDD0;
}
.BgClassName
{
background-color: #0ADDD0;
}
</style>
border-color css
<style>
span { border-color: #0ADDD0; }
span { border-color: rgb(10,221,208); }
td.TdClassName
{
border-color: #0ADDD0;
}
.TagClassName
{
border-color: #0ADDD0;
}
</style>