Shades of Bright Turquoise #0AF7C3
Tints of Bright Turquoise #0AF7C3
RGB
CMYK
RGB Variations
Color information
#0AF7C3 (or 0x0AF7C3) is known color: Bright Turquoise. HEX triplet: 0A, F7 and C3. RGB value is (10,247,195). Sum of RGB (Red+Green+Blue) = 10+247+195=452 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 452); Green value is 247 (96.88% from 255 or 54.65% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF7C3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF7C3 is #F5083C. Grayscale: #AAAAAA. Windows color (decimal): -16058429 or 12842762. OLE color: 12842762.
HSL color Cylindrical-coordinate representation of color #0AF7C3: hue angle of 166.84º 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 #0AF7C3 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 247 | 195 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.03 |
| HSL | 166.84º | 0.94% | 0.5% | - |
| HSV(B) | 166.84º | 0.96% | 0.97% | - |
| XYZ | 43.24 | 70.53 | 62.96 | - |
| YUV | 170.21 | 141.98 | 13.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 247 | 195 | 0.96 | 0 | 0.21 | 0.03 | 166.84 | 0.94 | 0.5 |
| Hex | A | F7 | C3 | 60 | 0 | 15 | 3 | A7 | 5E | 32 |
| Octal | 12 | 367 | 303 | 140 | 0 | 25 | 3 | 247 | 136 | 62 |
| Binary | 1010 | 11110111 | 11000011 | 1100000 | 0 | 10101 | 11 | 10100111 | 1011110 | 110010 |
Color Harmonies of #0AF7C3
Complementary color
Monochromatic Colors of #0AF7C3
Black with #0AF7C3
Text Example
Text Example
White with #0AF7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF7C3; }
p { color: rgb(10,247,195); }
H1.HeaderClassName
{
color: #0AF7C3;
}
.AnyTagClassName
{
color: #0AF7C3;
}
</style>
background-color css
<style>
a { background-color: #0AF7C3; }
a { background-color: rgb(10,247,195); }
div.DivClassName
{
background-color: #0AF7C3;
}
.BgClassName
{
background-color: #0AF7C3;
}
</style>
border-color css
<style>
span { border-color: #0AF7C3; }
span { border-color: rgb(10,247,195); }
td.TdClassName
{
border-color: #0AF7C3;
}
.TagClassName
{
border-color: #0AF7C3;
}
</style>