Shades of Bright Turquoise #0ADDD2
Tints of Bright Turquoise #0ADDD2
RGB
CMYK
RGB Variations
Color information
#0ADDD2 (or 0x0ADDD2) is known color: Bright Turquoise. HEX triplet: 0A, DD and D2. RGB value is (10,221,210). Sum of RGB (Red+Green+Blue) = 10+221+210=441 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 210 (82.42% from 255 or 47.62% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #0ADDD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADDD2 is #F5222D. Grayscale: #9C9C9C. Windows color (decimal): -16065070 or 13819146. OLE color: 13819146.
HSL color Cylindrical-coordinate representation of color #0ADDD2: hue angle of 176.87º 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 #0ADDD2 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 221 | 210 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.13 |
| HSL | 176.87º | 0.91% | 0.45% | - |
| HSV(B) | 176.87º | 0.95% | 0.87% | - |
| XYZ | 37.61 | 56.43 | 69.88 | - |
| YUV | 156.66 | 158.1 | 23.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 221 | 210 | 0.95 | 0 | 0.05 | 0.13 | 176.87 | 0.91 | 0.45 |
| Hex | A | DD | D2 | 5F | 0 | 5 | D | B1 | 5B | 2D |
| Octal | 12 | 335 | 322 | 137 | 0 | 5 | 15 | 261 | 133 | 55 |
| Binary | 1010 | 11011101 | 11010010 | 1011111 | 0 | 101 | 1101 | 10110001 | 1011011 | 101101 |
Color Harmonies of #0ADDD2
Complementary color
Monochromatic Colors of #0ADDD2
Black with #0ADDD2
Text Example
Text Example
White with #0ADDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADDD2; }
p { color: rgb(10,221,210); }
H1.HeaderClassName
{
color: #0ADDD2;
}
.AnyTagClassName
{
color: #0ADDD2;
}
</style>
background-color css
<style>
a { background-color: #0ADDD2; }
a { background-color: rgb(10,221,210); }
div.DivClassName
{
background-color: #0ADDD2;
}
.BgClassName
{
background-color: #0ADDD2;
}
</style>
border-color css
<style>
span { border-color: #0ADDD2; }
span { border-color: rgb(10,221,210); }
td.TdClassName
{
border-color: #0ADDD2;
}
.TagClassName
{
border-color: #0ADDD2;
}
</style>