Shades of Bright Turquoise #0AD9F2
Tints of Bright Turquoise #0AD9F2
RGB
CMYK
RGB Variations
Color information
#0AD9F2 (or 0x0AD9F2) is known color: Bright Turquoise. HEX triplet: 0A, D9 and F2. RGB value is (10,217,242). Sum of RGB (Red+Green+Blue) = 10+217+242=469 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.13% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #0AD9F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD9F2 is #F5260D. Grayscale: #9D9D9D. Windows color (decimal): -16066062 or 15915274. OLE color: 15915274.
HSL color Cylindrical-coordinate representation of color #0AD9F2: hue angle of 186.47º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AD9F2 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 217 | 242 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.05 |
| HSL | 186.47º | 0.92% | 0.49% | - |
| HSV(B) | 186.47º | 0.96% | 0.95% | - |
| XYZ | 40.97 | 56.1 | 92.67 | - |
| YUV | 157.96 | 175.42 | 22.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 242 | 0.96 | 0.10 | 0 | 0.05 | 186.47 | 0.92 | 0.49 |
| Hex | A | D9 | F2 | 60 | A | 0 | 5 | BA | 5C | 31 |
| Octal | 12 | 331 | 362 | 140 | 12 | 0 | 5 | 272 | 134 | 61 |
| Binary | 1010 | 11011001 | 11110010 | 1100000 | 1010 | 0 | 101 | 10111010 | 1011100 | 110001 |
Color Harmonies of #0AD9F2
Complementary color
Monochromatic Colors of #0AD9F2
Black with #0AD9F2
Text Example
Text Example
White with #0AD9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD9F2; }
p { color: rgb(10,217,242); }
H1.HeaderClassName
{
color: #0AD9F2;
}
.AnyTagClassName
{
color: #0AD9F2;
}
</style>
background-color css
<style>
a { background-color: #0AD9F2; }
a { background-color: rgb(10,217,242); }
div.DivClassName
{
background-color: #0AD9F2;
}
.BgClassName
{
background-color: #0AD9F2;
}
</style>
border-color css
<style>
span { border-color: #0AD9F2; }
span { border-color: rgb(10,217,242); }
td.TdClassName
{
border-color: #0AD9F2;
}
.TagClassName
{
border-color: #0AD9F2;
}
</style>