Shades of Bright Turquoise #0AD9DF
Tints of Bright Turquoise #0AD9DF
RGB
CMYK
RGB Variations
Color information
#0AD9DF (or 0x0AD9DF) is known color: Bright Turquoise. HEX triplet: 0A, D9 and DF. RGB value is (10,217,223). Sum of RGB (Red+Green+Blue) = 10+217+223=450 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #0AD9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD9DF is #F52620. Grayscale: #9B9B9B. Windows color (decimal): -16066081 or 14670090. OLE color: 14670090.
HSL color Cylindrical-coordinate representation of color #0AD9DF: hue angle of 181.69º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AD9DF is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 217 | 223 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.13 |
| HSL | 181.69º | 0.91% | 0.46% | - |
| HSV(B) | 181.69º | 0.96% | 0.87% | - |
| XYZ | 38.26 | 55.02 | 78.42 | - |
| YUV | 155.79 | 165.92 | 24.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 217 | 223 | 0.96 | 0.03 | 0 | 0.13 | 181.69 | 0.91 | 0.46 |
| Hex | A | D9 | DF | 60 | 3 | 0 | D | B6 | 5B | 2E |
| Octal | 12 | 331 | 337 | 140 | 3 | 0 | 15 | 266 | 133 | 56 |
| Binary | 1010 | 11011001 | 11011111 | 1100000 | 11 | 0 | 1101 | 10110110 | 1011011 | 101110 |
Color Harmonies of #0AD9DF
Complementary color
Monochromatic Colors of #0AD9DF
Black with #0AD9DF
Text Example
Text Example
White with #0AD9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD9DF; }
p { color: rgb(10,217,223); }
H1.HeaderClassName
{
color: #0AD9DF;
}
.AnyTagClassName
{
color: #0AD9DF;
}
</style>
background-color css
<style>
a { background-color: #0AD9DF; }
a { background-color: rgb(10,217,223); }
div.DivClassName
{
background-color: #0AD9DF;
}
.BgClassName
{
background-color: #0AD9DF;
}
</style>
border-color css
<style>
span { border-color: #0AD9DF; }
span { border-color: rgb(10,217,223); }
td.TdClassName
{
border-color: #0AD9DF;
}
.TagClassName
{
border-color: #0AD9DF;
}
</style>