Shades of Bright Turquoise #0AF7C4
Tints of Bright Turquoise #0AF7C4
RGB
CMYK
RGB Variations
Color information
#0AF7C4 (or 0x0AF7C4) is known color: Bright Turquoise. HEX triplet: 0A, F7 and C4. RGB value is (10,247,196). Sum of RGB (Red+Green+Blue) = 10+247+196=453 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 453); Green value is 247 (96.88% from 255 or 54.53% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF7C4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF7C4 is #F5083B. Grayscale: #AAAAAA. Windows color (decimal): -16058428 or 12908298. OLE color: 12908298.
HSL color Cylindrical-coordinate representation of color #0AF7C4: hue angle of 167.09º 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 #0AF7C4 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 247 | 196 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.03 |
| HSL | 167.09º | 0.94% | 0.5% | - |
| HSV(B) | 167.09º | 0.96% | 0.97% | - |
| XYZ | 43.35 | 70.57 | 63.56 | - |
| YUV | 170.32 | 142.48 | 13.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 247 | 196 | 0.96 | 0 | 0.21 | 0.03 | 167.09 | 0.94 | 0.5 |
| Hex | A | F7 | C4 | 60 | 0 | 15 | 3 | A7 | 5E | 32 |
| Octal | 12 | 367 | 304 | 140 | 0 | 25 | 3 | 247 | 136 | 62 |
| Binary | 1010 | 11110111 | 11000100 | 1100000 | 0 | 10101 | 11 | 10100111 | 1011110 | 110010 |
Color Harmonies of #0AF7C4
Complementary color
Monochromatic Colors of #0AF7C4
Black with #0AF7C4
Text Example
Text Example
White with #0AF7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF7C4; }
p { color: rgb(10,247,196); }
H1.HeaderClassName
{
color: #0AF7C4;
}
.AnyTagClassName
{
color: #0AF7C4;
}
</style>
background-color css
<style>
a { background-color: #0AF7C4; }
a { background-color: rgb(10,247,196); }
div.DivClassName
{
background-color: #0AF7C4;
}
.BgClassName
{
background-color: #0AF7C4;
}
</style>
border-color css
<style>
span { border-color: #0AF7C4; }
span { border-color: rgb(10,247,196); }
td.TdClassName
{
border-color: #0AF7C4;
}
.TagClassName
{
border-color: #0AF7C4;
}
</style>