Shades of Bright Turquoise #0AEECB
Tints of Bright Turquoise #0AEECB
RGB
CMYK
RGB Variations
Color information
#0AEECB (or 0x0AEECB) is known color: Bright Turquoise. HEX triplet: 0A, EE and CB. RGB value is (10,238,203). Sum of RGB (Red+Green+Blue) = 10+238+203=451 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 451); Green value is 238 (93.36% from 255 or 52.77% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEECB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEECB is #F51134. Grayscale: #A5A5A5. Windows color (decimal): -16060725 or 13364746. OLE color: 13364746.
HSL color Cylindrical-coordinate representation of color #0AEECB: hue angle of 170.79º 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 #0AEECB is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 238 | 203 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.07 |
| HSL | 170.79º | 0.92% | 0.49% | - |
| HSV(B) | 170.79º | 0.96% | 0.93% | - |
| XYZ | 41.48 | 65.53 | 66.96 | - |
| YUV | 165.84 | 148.96 | 16.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 238 | 203 | 0.96 | 0 | 0.15 | 0.07 | 170.79 | 0.92 | 0.49 |
| Hex | A | EE | CB | 60 | 0 | F | 7 | AB | 5C | 31 |
| Octal | 12 | 356 | 313 | 140 | 0 | 17 | 7 | 253 | 134 | 61 |
| Binary | 1010 | 11101110 | 11001011 | 1100000 | 0 | 1111 | 111 | 10101011 | 1011100 | 110001 |
Color Harmonies of #0AEECB
Complementary color
Monochromatic Colors of #0AEECB
Black with #0AEECB
Text Example
Text Example
White with #0AEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEECB; }
p { color: rgb(10,238,203); }
H1.HeaderClassName
{
color: #0AEECB;
}
.AnyTagClassName
{
color: #0AEECB;
}
</style>
background-color css
<style>
a { background-color: #0AEECB; }
a { background-color: rgb(10,238,203); }
div.DivClassName
{
background-color: #0AEECB;
}
.BgClassName
{
background-color: #0AEECB;
}
</style>
border-color css
<style>
span { border-color: #0AEECB; }
span { border-color: rgb(10,238,203); }
td.TdClassName
{
border-color: #0AEECB;
}
.TagClassName
{
border-color: #0AEECB;
}
</style>