Shades of Bright Turquoise #0AECEE
Tints of Bright Turquoise #0AECEE
RGB
CMYK
RGB Variations
Color information
#0AECEE (or 0x0AECEE) is known color: Bright Turquoise. HEX triplet: 0A, EC and EE. RGB value is (10,236,238). Sum of RGB (Red+Green+Blue) = 10+236+238=484 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.07% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #0AECEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AECEE is #F51311. Grayscale: #A8A8A8. Windows color (decimal): -16061202 or 15657994. OLE color: 15657994.
HSL color Cylindrical-coordinate representation of color #0AECEE: hue angle of 180.53º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AECEE is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 236 | 238 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.07 |
| HSL | 180.53º | 0.92% | 0.49% | - |
| HSV(B) | 180.53º | 0.96% | 0.93% | - |
| XYZ | 45.55 | 66.23 | 91.27 | - |
| YUV | 168.65 | 167.13 | 14.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 238 | 0.96 | 0.01 | 0 | 0.07 | 180.53 | 0.92 | 0.49 |
| Hex | A | EC | EE | 60 | 1 | 0 | 7 | B5 | 5C | 31 |
| Octal | 12 | 354 | 356 | 140 | 1 | 0 | 7 | 265 | 134 | 61 |
| Binary | 1010 | 11101100 | 11101110 | 1100000 | 1 | 0 | 111 | 10110101 | 1011100 | 110001 |
Color Harmonies of #0AECEE
Complementary color
Monochromatic Colors of #0AECEE
Black with #0AECEE
Text Example
Text Example
White with #0AECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AECEE; }
p { color: rgb(10,236,238); }
H1.HeaderClassName
{
color: #0AECEE;
}
.AnyTagClassName
{
color: #0AECEE;
}
</style>
background-color css
<style>
a { background-color: #0AECEE; }
a { background-color: rgb(10,236,238); }
div.DivClassName
{
background-color: #0AECEE;
}
.BgClassName
{
background-color: #0AECEE;
}
</style>
border-color css
<style>
span { border-color: #0AECEE; }
span { border-color: rgb(10,236,238); }
td.TdClassName
{
border-color: #0AECEE;
}
.TagClassName
{
border-color: #0AECEE;
}
</style>