Shades of Bright Turquoise #0AEBDC
Tints of Bright Turquoise #0AEBDC
RGB
CMYK
RGB Variations
Color information
#0AEBDC (or 0x0AEBDC) is known color: Bright Turquoise. HEX triplet: 0A, EB and DC. RGB value is (10,235,220). Sum of RGB (Red+Green+Blue) = 10+235+220=465 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.15% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #0AEBDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEBDC is #F51423. Grayscale: #A5A5A5. Windows color (decimal): -16061476 or 14478090. OLE color: 14478090.
HSL color Cylindrical-coordinate representation of color #0AEBDC: hue angle of 176º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEBDC is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 235 | 220 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.08 |
| HSL | 176º | 0.92% | 0.48% | - |
| HSV(B) | 176º | 0.96% | 0.92% | - |
| XYZ | 42.75 | 64.65 | 77.94 | - |
| YUV | 166.02 | 158.46 | 16.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 235 | 220 | 0.96 | 0 | 0.06 | 0.08 | 176 | 0.92 | 0.48 |
| Hex | A | EB | DC | 60 | 0 | 6 | 8 | B0 | 5C | 30 |
| Octal | 12 | 353 | 334 | 140 | 0 | 6 | 10 | 260 | 134 | 60 |
| Binary | 1010 | 11101011 | 11011100 | 1100000 | 0 | 110 | 1000 | 10110000 | 1011100 | 110000 |
Color Harmonies of #0AEBDC
Complementary color
Monochromatic Colors of #0AEBDC
Black with #0AEBDC
Text Example
Text Example
White with #0AEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEBDC; }
p { color: rgb(10,235,220); }
H1.HeaderClassName
{
color: #0AEBDC;
}
.AnyTagClassName
{
color: #0AEBDC;
}
</style>
background-color css
<style>
a { background-color: #0AEBDC; }
a { background-color: rgb(10,235,220); }
div.DivClassName
{
background-color: #0AEBDC;
}
.BgClassName
{
background-color: #0AEBDC;
}
</style>
border-color css
<style>
span { border-color: #0AEBDC; }
span { border-color: rgb(10,235,220); }
td.TdClassName
{
border-color: #0AEBDC;
}
.TagClassName
{
border-color: #0AEBDC;
}
</style>