Shades of Bright Turquoise #0AECF3
Tints of Bright Turquoise #0AECF3
RGB
CMYK
RGB Variations
Color information
#0AECF3 (or 0x0AECF3) is known color: Bright Turquoise. HEX triplet: 0A, EC and F3. RGB value is (10,236,243). Sum of RGB (Red+Green+Blue) = 10+236+243=489 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.04% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 243 (95.31% from 255 or 49.69% from 489); Max value from RGB is 243 - color contains mainly: blue. Hex color #0AECF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AECF3 is #F5130C. Grayscale: #A8A8A8. Windows color (decimal): -16061197 or 15985674. OLE color: 15985674.
HSL color Cylindrical-coordinate representation of color #0AECF3: hue angle of 181.8º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AECF3 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 236 | 243 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.05 |
| HSL | 181.8º | 0.92% | 0.5% | - |
| HSV(B) | 181.8º | 0.96% | 0.95% | - |
| XYZ | 46.3 | 66.53 | 95.19 | - |
| YUV | 169.22 | 169.63 | 14.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 243 | 0.96 | 0.03 | 0 | 0.05 | 181.8 | 0.92 | 0.5 |
| Hex | A | EC | F3 | 60 | 3 | 0 | 5 | B6 | 5C | 32 |
| Octal | 12 | 354 | 363 | 140 | 3 | 0 | 5 | 266 | 134 | 62 |
| Binary | 1010 | 11101100 | 11110011 | 1100000 | 11 | 0 | 101 | 10110110 | 1011100 | 110010 |
Color Harmonies of #0AECF3
Complementary color
Monochromatic Colors of #0AECF3
Black with #0AECF3
Text Example
Text Example
White with #0AECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AECF3; }
p { color: rgb(10,236,243); }
H1.HeaderClassName
{
color: #0AECF3;
}
.AnyTagClassName
{
color: #0AECF3;
}
</style>
background-color css
<style>
a { background-color: #0AECF3; }
a { background-color: rgb(10,236,243); }
div.DivClassName
{
background-color: #0AECF3;
}
.BgClassName
{
background-color: #0AECF3;
}
</style>
border-color css
<style>
span { border-color: #0AECF3; }
span { border-color: rgb(10,236,243); }
td.TdClassName
{
border-color: #0AECF3;
}
.TagClassName
{
border-color: #0AECF3;
}
</style>