Shades of Bright Turquoise #0ADEED
Tints of Bright Turquoise #0ADEED
RGB
CMYK
RGB Variations
Color information
#0ADEED (or 0x0ADEED) is known color: Bright Turquoise. HEX triplet: 0A, DE and ED. RGB value is (10,222,237). Sum of RGB (Red+Green+Blue) = 10+222+237=469 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.13% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #0ADEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADEED is #F52112. Grayscale: #A0A0A0. Windows color (decimal): -16064787 or 15588874. OLE color: 15588874.
HSL color Cylindrical-coordinate representation of color #0ADEED: hue angle of 183.96º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADEED is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 222 | 237 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.07 |
| HSL | 183.96º | 0.92% | 0.48% | - |
| HSV(B) | 183.96º | 0.96% | 0.93% | - |
| XYZ | 41.53 | 58.42 | 89.21 | - |
| YUV | 160.32 | 171.26 | 20.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 237 | 0.96 | 0.06 | 0 | 0.07 | 183.96 | 0.92 | 0.48 |
| Hex | A | DE | ED | 60 | 6 | 0 | 7 | B8 | 5C | 30 |
| Octal | 12 | 336 | 355 | 140 | 6 | 0 | 7 | 270 | 134 | 60 |
| Binary | 1010 | 11011110 | 11101101 | 1100000 | 110 | 0 | 111 | 10111000 | 1011100 | 110000 |
Color Harmonies of #0ADEED
Complementary color
Monochromatic Colors of #0ADEED
Black with #0ADEED
Text Example
Text Example
White with #0ADEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADEED; }
p { color: rgb(10,222,237); }
H1.HeaderClassName
{
color: #0ADEED;
}
.AnyTagClassName
{
color: #0ADEED;
}
</style>
background-color css
<style>
a { background-color: #0ADEED; }
a { background-color: rgb(10,222,237); }
div.DivClassName
{
background-color: #0ADEED;
}
.BgClassName
{
background-color: #0ADEED;
}
</style>
border-color css
<style>
span { border-color: #0ADEED; }
span { border-color: rgb(10,222,237); }
td.TdClassName
{
border-color: #0ADEED;
}
.TagClassName
{
border-color: #0ADEED;
}
</style>