Shades of Bright Turquoise #0AF7D1
Tints of Bright Turquoise #0AF7D1
RGB
CMYK
RGB Variations
Color information
#0AF7D1 (or 0x0AF7D1) is known color: Bright Turquoise. HEX triplet: 0A, F7 and D1. RGB value is (10,247,209). Sum of RGB (Red+Green+Blue) = 10+247+209=466 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.15% from 466); Green value is 247 (96.88% from 255 or 53.00% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF7D1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF7D1 is #F5082E. Grayscale: #ABABAB. Windows color (decimal): -16058415 or 13760266. OLE color: 13760266.
HSL color Cylindrical-coordinate representation of color #0AF7D1: hue angle of 170.38º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF7D1 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 247 | 209 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.03 |
| HSL | 170.38º | 0.94% | 0.5% | - |
| HSV(B) | 170.38º | 0.96% | 0.97% | - |
| XYZ | 44.89 | 71.19 | 71.7 | - |
| YUV | 171.81 | 148.98 | 12.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 247 | 209 | 0.96 | 0 | 0.15 | 0.03 | 170.38 | 0.94 | 0.5 |
| Hex | A | F7 | D1 | 60 | 0 | F | 3 | AA | 5E | 32 |
| Octal | 12 | 367 | 321 | 140 | 0 | 17 | 3 | 252 | 136 | 62 |
| Binary | 1010 | 11110111 | 11010001 | 1100000 | 0 | 1111 | 11 | 10101010 | 1011110 | 110010 |
Color Harmonies of #0AF7D1
Complementary color
Monochromatic Colors of #0AF7D1
Black with #0AF7D1
Text Example
Text Example
White with #0AF7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF7D1; }
p { color: rgb(10,247,209); }
H1.HeaderClassName
{
color: #0AF7D1;
}
.AnyTagClassName
{
color: #0AF7D1;
}
</style>
background-color css
<style>
a { background-color: #0AF7D1; }
a { background-color: rgb(10,247,209); }
div.DivClassName
{
background-color: #0AF7D1;
}
.BgClassName
{
background-color: #0AF7D1;
}
</style>
border-color css
<style>
span { border-color: #0AF7D1; }
span { border-color: rgb(10,247,209); }
td.TdClassName
{
border-color: #0AF7D1;
}
.TagClassName
{
border-color: #0AF7D1;
}
</style>