Shades of Bright Turquoise #0ADEE0
Tints of Bright Turquoise #0ADEE0
RGB
CMYK
RGB Variations
Color information
#0ADEE0 (or 0x0ADEE0) is known color: Bright Turquoise. HEX triplet: 0A, DE and E0. RGB value is (10,222,224). Sum of RGB (Red+Green+Blue) = 10+222+224=456 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.19% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #0ADEE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADEE0 is #F5211F. Grayscale: #9E9E9E. Windows color (decimal): -16064800 or 14736906. OLE color: 14736906.
HSL color Cylindrical-coordinate representation of color #0ADEE0: hue angle of 180.56º 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 #0ADEE0 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 222 | 224 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.12 |
| HSL | 180.56º | 0.91% | 0.46% | - |
| HSV(B) | 180.56º | 0.96% | 0.88% | - |
| XYZ | 39.7 | 57.69 | 79.56 | - |
| YUV | 158.84 | 164.76 | 21.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 224 | 0.96 | 0.01 | 0 | 0.12 | 180.56 | 0.91 | 0.46 |
| Hex | A | DE | E0 | 60 | 1 | 0 | C | B5 | 5B | 2E |
| Octal | 12 | 336 | 340 | 140 | 1 | 0 | 14 | 265 | 133 | 56 |
| Binary | 1010 | 11011110 | 11100000 | 1100000 | 1 | 0 | 1100 | 10110101 | 1011011 | 101110 |
Color Harmonies of #0ADEE0
Complementary color
Monochromatic Colors of #0ADEE0
Black with #0ADEE0
Text Example
Text Example
White with #0ADEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADEE0; }
p { color: rgb(10,222,224); }
H1.HeaderClassName
{
color: #0ADEE0;
}
.AnyTagClassName
{
color: #0ADEE0;
}
</style>
background-color css
<style>
a { background-color: #0ADEE0; }
a { background-color: rgb(10,222,224); }
div.DivClassName
{
background-color: #0ADEE0;
}
.BgClassName
{
background-color: #0ADEE0;
}
</style>
border-color css
<style>
span { border-color: #0ADEE0; }
span { border-color: rgb(10,222,224); }
td.TdClassName
{
border-color: #0ADEE0;
}
.TagClassName
{
border-color: #0ADEE0;
}
</style>