Shades of Bright Turquoise #0AF7C5
Tints of Bright Turquoise #0AF7C5
RGB
CMYK
RGB Variations
Color information
#0AF7C5 (or 0x0AF7C5) is known color: Bright Turquoise. HEX triplet: 0A, F7 and C5. RGB value is (10,247,197). Sum of RGB (Red+Green+Blue) = 10+247+197=454 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.20% from 454); Green value is 247 (96.88% from 255 or 54.41% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF7C5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF7C5 is #F5083A. Grayscale: #AAAAAA. Windows color (decimal): -16058427 or 12973834. OLE color: 12973834.
HSL color Cylindrical-coordinate representation of color #0AF7C5: hue angle of 167.34º 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 #0AF7C5 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 247 | 197 | - |
| CMYK | 0.96 | 0 | 0.20 | 0.03 |
| HSL | 167.34º | 0.94% | 0.5% | - |
| HSV(B) | 167.34º | 0.96% | 0.97% | - |
| XYZ | 43.46 | 70.62 | 64.16 | - |
| YUV | 170.44 | 142.98 | 13.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 247 | 197 | 0.96 | 0 | 0.20 | 0.03 | 167.34 | 0.94 | 0.5 |
| Hex | A | F7 | C5 | 60 | 0 | 14 | 3 | A7 | 5E | 32 |
| Octal | 12 | 367 | 305 | 140 | 0 | 24 | 3 | 247 | 136 | 62 |
| Binary | 1010 | 11110111 | 11000101 | 1100000 | 0 | 10100 | 11 | 10100111 | 1011110 | 110010 |
Color Harmonies of #0AF7C5
Complementary color
Monochromatic Colors of #0AF7C5
Black with #0AF7C5
Text Example
Text Example
White with #0AF7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF7C5; }
p { color: rgb(10,247,197); }
H1.HeaderClassName
{
color: #0AF7C5;
}
.AnyTagClassName
{
color: #0AF7C5;
}
</style>
background-color css
<style>
a { background-color: #0AF7C5; }
a { background-color: rgb(10,247,197); }
div.DivClassName
{
background-color: #0AF7C5;
}
.BgClassName
{
background-color: #0AF7C5;
}
</style>
border-color css
<style>
span { border-color: #0AF7C5; }
span { border-color: rgb(10,247,197); }
td.TdClassName
{
border-color: #0AF7C5;
}
.TagClassName
{
border-color: #0AF7C5;
}
</style>