Shades of Bright Turquoise #0AFADB
Tints of Bright Turquoise #0AFADB
RGB
CMYK
RGB Variations
Color information
#0AFADB (or 0x0AFADB) is known color: Bright Turquoise. HEX triplet: 0A, FA and DB. RGB value is (10,250,219). Sum of RGB (Red+Green+Blue) = 10+250+219=479 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.09% from 479); Green value is 250 (98.05% from 255 or 52.19% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFADB is #F50524. Grayscale: #AEAEAE. Windows color (decimal): -16057637 or 14416394. OLE color: 14416394.
HSL color Cylindrical-coordinate representation of color #0AFADB: hue angle of 172.25º 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 #0AFADB is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 250 | 219 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.02 |
| HSL | 172.25º | 0.96% | 0.51% | - |
| HSV(B) | 172.25º | 0.96% | 0.98% | - |
| XYZ | 47.1 | 73.55 | 78.73 | - |
| YUV | 174.71 | 152.99 | 10.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 250 | 219 | 0.96 | 0 | 0.12 | 0.02 | 172.25 | 0.96 | 0.51 |
| Hex | A | FA | DB | 60 | 0 | C | 2 | AC | 60 | 33 |
| Octal | 12 | 372 | 333 | 140 | 0 | 14 | 2 | 254 | 140 | 63 |
| Binary | 1010 | 11111010 | 11011011 | 1100000 | 0 | 1100 | 10 | 10101100 | 1100000 | 110011 |
Color Harmonies of #0AFADB
Complementary color
Monochromatic Colors of #0AFADB
Black with #0AFADB
Text Example
Text Example
White with #0AFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFADB; }
p { color: rgb(10,250,219); }
H1.HeaderClassName
{
color: #0AFADB;
}
.AnyTagClassName
{
color: #0AFADB;
}
</style>
background-color css
<style>
a { background-color: #0AFADB; }
a { background-color: rgb(10,250,219); }
div.DivClassName
{
background-color: #0AFADB;
}
.BgClassName
{
background-color: #0AFADB;
}
</style>
border-color css
<style>
span { border-color: #0AFADB; }
span { border-color: rgb(10,250,219); }
td.TdClassName
{
border-color: #0AFADB;
}
.TagClassName
{
border-color: #0AFADB;
}
</style>