Shades of Bright Turquoise #0ADDE0
Tints of Bright Turquoise #0ADDE0
RGB
CMYK
RGB Variations
Color information
#0ADDE0 (or 0x0ADDE0) is known color: Bright Turquoise. HEX triplet: 0A, DD and E0. RGB value is (10,221,224). Sum of RGB (Red+Green+Blue) = 10+221+224=455 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.20% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 224 (87.89% from 255 or 49.23% from 455); Max value from RGB is 224 - color contains mainly: blue. Hex color #0ADDE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADDE0 is #F5221F. Grayscale: #9E9E9E. Windows color (decimal): -16065056 or 14736650. OLE color: 14736650.
HSL color Cylindrical-coordinate representation of color #0ADDE0: hue angle of 180.84º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADDE0 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 221 | 224 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.12 |
| HSL | 180.84º | 0.91% | 0.46% | - |
| HSV(B) | 180.84º | 0.96% | 0.88% | - |
| XYZ | 39.44 | 57.16 | 79.48 | - |
| YUV | 158.25 | 165.1 | 22.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 221 | 224 | 0.96 | 0.01 | 0 | 0.12 | 180.84 | 0.91 | 0.46 |
| Hex | A | DD | E0 | 60 | 1 | 0 | C | B5 | 5B | 2E |
| Octal | 12 | 335 | 340 | 140 | 1 | 0 | 14 | 265 | 133 | 56 |
| Binary | 1010 | 11011101 | 11100000 | 1100000 | 1 | 0 | 1100 | 10110101 | 1011011 | 101110 |
Color Harmonies of #0ADDE0
Complementary color
Monochromatic Colors of #0ADDE0
Black with #0ADDE0
Text Example
Text Example
White with #0ADDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADDE0; }
p { color: rgb(10,221,224); }
H1.HeaderClassName
{
color: #0ADDE0;
}
.AnyTagClassName
{
color: #0ADDE0;
}
</style>
background-color css
<style>
a { background-color: #0ADDE0; }
a { background-color: rgb(10,221,224); }
div.DivClassName
{
background-color: #0ADDE0;
}
.BgClassName
{
background-color: #0ADDE0;
}
</style>
border-color css
<style>
span { border-color: #0ADDE0; }
span { border-color: rgb(10,221,224); }
td.TdClassName
{
border-color: #0ADDE0;
}
.TagClassName
{
border-color: #0ADDE0;
}
</style>