Shades of Bright Turquoise #0ADEE1
Tints of Bright Turquoise #0ADEE1
RGB
CMYK
RGB Variations
Color information
#0ADEE1 (or 0x0ADEE1) is known color: Bright Turquoise. HEX triplet: 0A, DE and E1. RGB value is (10,222,225). Sum of RGB (Red+Green+Blue) = 10+222+225=457 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.19% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: blue. Hex color #0ADEE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADEE1 is #F5211E. Grayscale: #9E9E9E. Windows color (decimal): -16064799 or 14802442. OLE color: 14802442.
HSL color Cylindrical-coordinate representation of color #0ADEE1: 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 #0ADEE1 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 222 | 225 | - |
| 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.84 | 57.74 | 80.28 | - |
| YUV | 158.95 | 165.26 | 21.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 225 | 0.96 | 0.01 | 0 | 0.12 | 180.84 | 0.91 | 0.46 |
| Hex | A | DE | E1 | 60 | 1 | 0 | C | B5 | 5B | 2E |
| Octal | 12 | 336 | 341 | 140 | 1 | 0 | 14 | 265 | 133 | 56 |
| Binary | 1010 | 11011110 | 11100001 | 1100000 | 1 | 0 | 1100 | 10110101 | 1011011 | 101110 |
Color Harmonies of #0ADEE1
Complementary color
Monochromatic Colors of #0ADEE1
Black with #0ADEE1
Text Example
Text Example
White with #0ADEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADEE1; }
p { color: rgb(10,222,225); }
H1.HeaderClassName
{
color: #0ADEE1;
}
.AnyTagClassName
{
color: #0ADEE1;
}
</style>
background-color css
<style>
a { background-color: #0ADEE1; }
a { background-color: rgb(10,222,225); }
div.DivClassName
{
background-color: #0ADEE1;
}
.BgClassName
{
background-color: #0ADEE1;
}
</style>
border-color css
<style>
span { border-color: #0ADEE1; }
span { border-color: rgb(10,222,225); }
td.TdClassName
{
border-color: #0ADEE1;
}
.TagClassName
{
border-color: #0ADEE1;
}
</style>