Shades of Bright Turquoise #0ADEFA
Tints of Bright Turquoise #0ADEFA
RGB
CMYK
RGB Variations
Color information
#0ADEFA (or 0x0ADEFA) is known color: Bright Turquoise. HEX triplet: 0A, DE and FA. RGB value is (10,222,250). Sum of RGB (Red+Green+Blue) = 10+222+250=482 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.07% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #0ADEFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADEFA is #F52105. Grayscale: #A1A1A1. Windows color (decimal): -16064774 or 16440842. OLE color: 16440842.
HSL color Cylindrical-coordinate representation of color #0ADEFA: hue angle of 187º degrees, saturation: 0.96, 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 #0ADEFA is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 222 | 250 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.02 |
| HSL | 187º | 0.96% | 0.51% | - |
| HSV(B) | 187º | 0.96% | 0.98% | - |
| XYZ | 43.5 | 59.21 | 99.58 | - |
| YUV | 161.8 | 177.76 | 19.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 250 | 0.96 | 0.11 | 0 | 0.02 | 187 | 0.96 | 0.51 |
| Hex | A | DE | FA | 60 | B | 0 | 2 | BB | 60 | 33 |
| Octal | 12 | 336 | 372 | 140 | 13 | 0 | 2 | 273 | 140 | 63 |
| Binary | 1010 | 11011110 | 11111010 | 1100000 | 1011 | 0 | 10 | 10111011 | 1100000 | 110011 |
Color Harmonies of #0ADEFA
Complementary color
Monochromatic Colors of #0ADEFA
Black with #0ADEFA
Text Example
Text Example
White with #0ADEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADEFA; }
p { color: rgb(10,222,250); }
H1.HeaderClassName
{
color: #0ADEFA;
}
.AnyTagClassName
{
color: #0ADEFA;
}
</style>
background-color css
<style>
a { background-color: #0ADEFA; }
a { background-color: rgb(10,222,250); }
div.DivClassName
{
background-color: #0ADEFA;
}
.BgClassName
{
background-color: #0ADEFA;
}
</style>
border-color css
<style>
span { border-color: #0ADEFA; }
span { border-color: rgb(10,222,250); }
td.TdClassName
{
border-color: #0ADEFA;
}
.TagClassName
{
border-color: #0ADEFA;
}
</style>