Shades of Bright Turquoise #0AF7CC
Tints of Bright Turquoise #0AF7CC
RGB
CMYK
RGB Variations
Color information
#0AF7CC (or 0x0AF7CC) is known color: Bright Turquoise. HEX triplet: 0A, F7 and CC. RGB value is (10,247,204). Sum of RGB (Red+Green+Blue) = 10+247+204=461 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.17% from 461); Green value is 247 (96.88% from 255 or 53.58% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF7CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF7CC is #F50833. Grayscale: #ABABAB. Windows color (decimal): -16058420 or 13432586. OLE color: 13432586.
HSL color Cylindrical-coordinate representation of color #0AF7CC: hue angle of 169.11º 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 #0AF7CC is Cyan = 0.96, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 247 | 204 | - |
| CMYK | 0.96 | 0 | 0.17 | 0.03 |
| HSL | 169.11º | 0.94% | 0.5% | - |
| HSV(B) | 169.11º | 0.96% | 0.97% | - |
| XYZ | 44.29 | 70.95 | 68.49 | - |
| YUV | 171.24 | 146.48 | 13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 247 | 204 | 0.96 | 0 | 0.17 | 0.03 | 169.11 | 0.94 | 0.5 |
| Hex | A | F7 | CC | 60 | 0 | 11 | 3 | A9 | 5E | 32 |
| Octal | 12 | 367 | 314 | 140 | 0 | 21 | 3 | 251 | 136 | 62 |
| Binary | 1010 | 11110111 | 11001100 | 1100000 | 0 | 10001 | 11 | 10101001 | 1011110 | 110010 |
Color Harmonies of #0AF7CC
Complementary color
Monochromatic Colors of #0AF7CC
Black with #0AF7CC
Text Example
Text Example
White with #0AF7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF7CC; }
p { color: rgb(10,247,204); }
H1.HeaderClassName
{
color: #0AF7CC;
}
.AnyTagClassName
{
color: #0AF7CC;
}
</style>
background-color css
<style>
a { background-color: #0AF7CC; }
a { background-color: rgb(10,247,204); }
div.DivClassName
{
background-color: #0AF7CC;
}
.BgClassName
{
background-color: #0AF7CC;
}
</style>
border-color css
<style>
span { border-color: #0AF7CC; }
span { border-color: rgb(10,247,204); }
td.TdClassName
{
border-color: #0AF7CC;
}
.TagClassName
{
border-color: #0AF7CC;
}
</style>