Shades of Bright Turquoise #0AFBE1
Tints of Bright Turquoise #0AFBE1
RGB
CMYK
RGB Variations
Color information
#0AFBE1 (or 0x0AFBE1) is known color: Bright Turquoise. HEX triplet: 0A, FB and E1. RGB value is (10,251,225). Sum of RGB (Red+Green+Blue) = 10+251+225=486 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.06% from 486); Green value is 251 (98.44% from 255 or 51.65% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFBE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFBE1 is #F5041E. Grayscale: #AFAFAF. Windows color (decimal): -16057375 or 14809866. OLE color: 14809866.
HSL color Cylindrical-coordinate representation of color #0AFBE1: hue angle of 173.53º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFBE1 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 225 | - |
| CMYK | 0.96 | 0 | 0.10 | 0.02 |
| HSL | 173.53º | 0.97% | 0.51% | - |
| HSV(B) | 173.53º | 0.96% | 0.98% | - |
| XYZ | 48.21 | 74.5 | 83.07 | - |
| YUV | 175.98 | 155.66 | 9.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 225 | 0.96 | 0 | 0.10 | 0.02 | 173.53 | 0.97 | 0.51 |
| Hex | A | FB | E1 | 60 | 0 | A | 2 | AE | 61 | 33 |
| Octal | 12 | 373 | 341 | 140 | 0 | 12 | 2 | 256 | 141 | 63 |
| Binary | 1010 | 11111011 | 11100001 | 1100000 | 0 | 1010 | 10 | 10101110 | 1100001 | 110011 |
Color Harmonies of #0AFBE1
Complementary color
Monochromatic Colors of #0AFBE1
Black with #0AFBE1
Text Example
Text Example
White with #0AFBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFBE1; }
p { color: rgb(10,251,225); }
H1.HeaderClassName
{
color: #0AFBE1;
}
.AnyTagClassName
{
color: #0AFBE1;
}
</style>
background-color css
<style>
a { background-color: #0AFBE1; }
a { background-color: rgb(10,251,225); }
div.DivClassName
{
background-color: #0AFBE1;
}
.BgClassName
{
background-color: #0AFBE1;
}
</style>
border-color css
<style>
span { border-color: #0AFBE1; }
span { border-color: rgb(10,251,225); }
td.TdClassName
{
border-color: #0AFBE1;
}
.TagClassName
{
border-color: #0AFBE1;
}
</style>