Shades of Bright Turquoise #0AECF0
Tints of Bright Turquoise #0AECF0
RGB
CMYK
RGB Variations
Color information
#0AECF0 (or 0x0AECF0) is known color: Bright Turquoise. HEX triplet: 0A, EC and F0. RGB value is (10,236,240). Sum of RGB (Red+Green+Blue) = 10+236+240=486 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.06% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 240 - color contains mainly: blue. Hex color #0AECF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AECF0 is #F5130F. Grayscale: #A8A8A8. Windows color (decimal): -16061200 or 15789066. OLE color: 15789066.
HSL color Cylindrical-coordinate representation of color #0AECF0: hue angle of 181.04º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AECF0 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 236 | 240 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.06 |
| HSL | 181.04º | 0.92% | 0.49% | - |
| HSV(B) | 181.04º | 0.96% | 0.94% | - |
| XYZ | 45.85 | 66.35 | 92.83 | - |
| YUV | 168.88 | 168.13 | 14.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 240 | 0.96 | 0.02 | 0 | 0.06 | 181.04 | 0.92 | 0.49 |
| Hex | A | EC | F0 | 60 | 2 | 0 | 6 | B5 | 5C | 31 |
| Octal | 12 | 354 | 360 | 140 | 2 | 0 | 6 | 265 | 134 | 61 |
| Binary | 1010 | 11101100 | 11110000 | 1100000 | 10 | 0 | 110 | 10110101 | 1011100 | 110001 |
Color Harmonies of #0AECF0
Complementary color
Monochromatic Colors of #0AECF0
Black with #0AECF0
Text Example
Text Example
White with #0AECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AECF0; }
p { color: rgb(10,236,240); }
H1.HeaderClassName
{
color: #0AECF0;
}
.AnyTagClassName
{
color: #0AECF0;
}
</style>
background-color css
<style>
a { background-color: #0AECF0; }
a { background-color: rgb(10,236,240); }
div.DivClassName
{
background-color: #0AECF0;
}
.BgClassName
{
background-color: #0AECF0;
}
</style>
border-color css
<style>
span { border-color: #0AECF0; }
span { border-color: rgb(10,236,240); }
td.TdClassName
{
border-color: #0AECF0;
}
.TagClassName
{
border-color: #0AECF0;
}
</style>