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