Shades of Bright Turquoise #0AECDB
Tints of Bright Turquoise #0AECDB
RGB
CMYK
RGB Variations
Color information
#0AECDB (or 0x0AECDB) is known color: Bright Turquoise. HEX triplet: 0A, EC and DB. RGB value is (10,236,219). Sum of RGB (Red+Green+Blue) = 10+236+219=465 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.15% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #0AECDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AECDB is #F51324. Grayscale: #A6A6A6. Windows color (decimal): -16061221 or 14412810. OLE color: 14412810.
HSL color Cylindrical-coordinate representation of color #0AECDB: hue angle of 175.49º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AECDB is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 236 | 219 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.07 |
| HSL | 175.49º | 0.92% | 0.48% | - |
| HSV(B) | 175.49º | 0.96% | 0.93% | - |
| XYZ | 42.91 | 65.17 | 77.34 | - |
| YUV | 166.49 | 157.63 | 16.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 219 | 0.96 | 0 | 0.07 | 0.07 | 175.49 | 0.92 | 0.48 |
| Hex | A | EC | DB | 60 | 0 | 7 | 7 | AF | 5C | 30 |
| Octal | 12 | 354 | 333 | 140 | 0 | 7 | 7 | 257 | 134 | 60 |
| Binary | 1010 | 11101100 | 11011011 | 1100000 | 0 | 111 | 111 | 10101111 | 1011100 | 110000 |
Color Harmonies of #0AECDB
Complementary color
Monochromatic Colors of #0AECDB
Black with #0AECDB
Text Example
Text Example
White with #0AECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AECDB; }
p { color: rgb(10,236,219); }
H1.HeaderClassName
{
color: #0AECDB;
}
.AnyTagClassName
{
color: #0AECDB;
}
</style>
background-color css
<style>
a { background-color: #0AECDB; }
a { background-color: rgb(10,236,219); }
div.DivClassName
{
background-color: #0AECDB;
}
.BgClassName
{
background-color: #0AECDB;
}
</style>
border-color css
<style>
span { border-color: #0AECDB; }
span { border-color: rgb(10,236,219); }
td.TdClassName
{
border-color: #0AECDB;
}
.TagClassName
{
border-color: #0AECDB;
}
</style>