Shades of Bright Turquoise #0AF8E2
Tints of Bright Turquoise #0AF8E2
RGB
CMYK
RGB Variations
Color information
#0AF8E2 (or 0x0AF8E2) is known color: Bright Turquoise. HEX triplet: 0A, F8 and E2. RGB value is (10,248,226). Sum of RGB (Red+Green+Blue) = 10+248+226=484 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.07% from 484); Green value is 248 (97.27% from 255 or 51.24% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF8E2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF8E2 is #F5071D. Grayscale: #AEAEAE. Windows color (decimal): -16058142 or 14874634. OLE color: 14874634.
HSL color Cylindrical-coordinate representation of color #0AF8E2: hue angle of 174.45º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF8E2 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 10 | 248 | 226 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.03 |
| HSL | 174.45º | 0.94% | 0.51% | - |
| HSV(B) | 174.45º | 0.96% | 0.97% | - |
| XYZ | 47.42 | 72.69 | 83.48 | - |
| YUV | 174.33 | 157.15 | 10.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 248 | 226 | 0.96 | 0 | 0.09 | 0.03 | 174.45 | 0.94 | 0.51 |
| Hex | A | F8 | E2 | 60 | 0 | 9 | 3 | AE | 5E | 33 |
| Octal | 12 | 370 | 342 | 140 | 0 | 11 | 3 | 256 | 136 | 63 |
| Binary | 1010 | 11111000 | 11100010 | 1100000 | 0 | 1001 | 11 | 10101110 | 1011110 | 110011 |
Color Harmonies of #0AF8E2
Complementary color
Monochromatic Colors of #0AF8E2
Black with #0AF8E2
Text Example
Text Example
White with #0AF8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF8E2; }
p { color: rgb(10,248,226); }
H1.HeaderClassName
{
color: #0AF8E2;
}
.AnyTagClassName
{
color: #0AF8E2;
}
</style>
background-color css
<style>
a { background-color: #0AF8E2; }
a { background-color: rgb(10,248,226); }
div.DivClassName
{
background-color: #0AF8E2;
}
.BgClassName
{
background-color: #0AF8E2;
}
</style>
border-color css
<style>
span { border-color: #0AF8E2; }
span { border-color: rgb(10,248,226); }
td.TdClassName
{
border-color: #0AF8E2;
}
.TagClassName
{
border-color: #0AF8E2;
}
</style>