Shades of Bright Turquoise #0AFFE1
Tints of Bright Turquoise #0AFFE1
RGB
CMYK
RGB Variations
Color information
#0AFFE1 (or 0x0AFFE1) is known color: Bright Turquoise. HEX triplet: 0A, FF and E1. RGB value is (10,255,225). Sum of RGB (Red+Green+Blue) = 10+255+225=490 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.04% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFFE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFFE1 is #F5001E. Grayscale: #B2B2B2. Windows color (decimal): -16056351 or 14810890. OLE color: 14810890.
HSL color Cylindrical-coordinate representation of color #0AFFE1: hue angle of 172.65º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFFE1 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 255 | 225 | - |
| CMYK | 0.96 | 0 | 0.12 | 0 |
| HSL | 172.65º | 1% | 0.52% | - |
| HSV(B) | 172.65º | 0.96% | 1% | - |
| XYZ | 49.48 | 77.02 | 83.49 | - |
| YUV | 178.33 | 154.33 | 7.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 255 | 225 | 0.96 | 0 | 0.12 | 0 | 172.65 | 1 | 0.52 |
| Hex | A | FF | E1 | 60 | 0 | C | 0 | AD | 64 | 34 |
| Octal | 12 | 377 | 341 | 140 | 0 | 14 | 0 | 255 | 144 | 64 |
| Binary | 1010 | 11111111 | 11100001 | 1100000 | 0 | 1100 | 0 | 10101101 | 1100100 | 110100 |
Color Harmonies of #0AFFE1
Complementary color
Monochromatic Colors of #0AFFE1
Black with #0AFFE1
Text Example
Text Example
White with #0AFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFFE1; }
p { color: rgb(10,255,225); }
H1.HeaderClassName
{
color: #0AFFE1;
}
.AnyTagClassName
{
color: #0AFFE1;
}
</style>
background-color css
<style>
a { background-color: #0AFFE1; }
a { background-color: rgb(10,255,225); }
div.DivClassName
{
background-color: #0AFFE1;
}
.BgClassName
{
background-color: #0AFFE1;
}
</style>
border-color css
<style>
span { border-color: #0AFFE1; }
span { border-color: rgb(10,255,225); }
td.TdClassName
{
border-color: #0AFFE1;
}
.TagClassName
{
border-color: #0AFFE1;
}
</style>