Shades of Bright Turquoise #0AFADD
Tints of Bright Turquoise #0AFADD
RGB
CMYK
RGB Variations
Color information
#0AFADD (or 0x0AFADD) is known color: Bright Turquoise. HEX triplet: 0A, FA and DD. RGB value is (10,250,221). Sum of RGB (Red+Green+Blue) = 10+250+221=481 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.08% from 481); Green value is 250 (98.05% from 255 or 51.98% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFADD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFADD is #F50522. Grayscale: #AEAEAE. Windows color (decimal): -16057635 or 14547466. OLE color: 14547466.
HSL color Cylindrical-coordinate representation of color #0AFADD: hue angle of 172.75º 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 #0AFADD is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 250 | 221 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.02 |
| HSL | 172.75º | 0.96% | 0.51% | - |
| HSV(B) | 172.75º | 0.96% | 0.98% | - |
| XYZ | 47.36 | 73.66 | 80.13 | - |
| YUV | 174.93 | 153.99 | 10.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 250 | 221 | 0.96 | 0 | 0.12 | 0.02 | 172.75 | 0.96 | 0.51 |
| Hex | A | FA | DD | 60 | 0 | C | 2 | AD | 60 | 33 |
| Octal | 12 | 372 | 335 | 140 | 0 | 14 | 2 | 255 | 140 | 63 |
| Binary | 1010 | 11111010 | 11011101 | 1100000 | 0 | 1100 | 10 | 10101101 | 1100000 | 110011 |
Color Harmonies of #0AFADD
Complementary color
Monochromatic Colors of #0AFADD
Black with #0AFADD
Text Example
Text Example
White with #0AFADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFADD; }
p { color: rgb(10,250,221); }
H1.HeaderClassName
{
color: #0AFADD;
}
.AnyTagClassName
{
color: #0AFADD;
}
</style>
background-color css
<style>
a { background-color: #0AFADD; }
a { background-color: rgb(10,250,221); }
div.DivClassName
{
background-color: #0AFADD;
}
.BgClassName
{
background-color: #0AFADD;
}
</style>
border-color css
<style>
span { border-color: #0AFADD; }
span { border-color: rgb(10,250,221); }
td.TdClassName
{
border-color: #0AFADD;
}
.TagClassName
{
border-color: #0AFADD;
}
</style>