Shades of Bright Turquoise #0ADEF9
Tints of Bright Turquoise #0ADEF9
RGB
CMYK
RGB Variations
Color information
#0ADEF9 (or 0x0ADEF9) is known color: Bright Turquoise. HEX triplet: 0A, DE and F9. RGB value is (10,222,249). Sum of RGB (Red+Green+Blue) = 10+222+249=481 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.08% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #0ADEF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADEF9 is #F52106. Grayscale: #A1A1A1. Windows color (decimal): -16064775 or 16375306. OLE color: 16375306.
HSL color Cylindrical-coordinate representation of color #0ADEF9: hue angle of 186.78º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADEF9 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 222 | 249 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.02 |
| HSL | 186.78º | 0.95% | 0.51% | - |
| HSV(B) | 186.78º | 0.96% | 0.98% | - |
| XYZ | 43.35 | 59.15 | 98.75 | - |
| YUV | 161.69 | 177.26 | 19.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 249 | 0.96 | 0.11 | 0 | 0.02 | 186.78 | 0.95 | 0.51 |
| Hex | A | DE | F9 | 60 | B | 0 | 2 | BB | 5F | 33 |
| Octal | 12 | 336 | 371 | 140 | 13 | 0 | 2 | 273 | 137 | 63 |
| Binary | 1010 | 11011110 | 11111001 | 1100000 | 1011 | 0 | 10 | 10111011 | 1011111 | 110011 |
Color Harmonies of #0ADEF9
Complementary color
Monochromatic Colors of #0ADEF9
Black with #0ADEF9
Text Example
Text Example
White with #0ADEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADEF9; }
p { color: rgb(10,222,249); }
H1.HeaderClassName
{
color: #0ADEF9;
}
.AnyTagClassName
{
color: #0ADEF9;
}
</style>
background-color css
<style>
a { background-color: #0ADEF9; }
a { background-color: rgb(10,222,249); }
div.DivClassName
{
background-color: #0ADEF9;
}
.BgClassName
{
background-color: #0ADEF9;
}
</style>
border-color css
<style>
span { border-color: #0ADEF9; }
span { border-color: rgb(10,222,249); }
td.TdClassName
{
border-color: #0ADEF9;
}
.TagClassName
{
border-color: #0ADEF9;
}
</style>