Shades of Bright Turquoise #0AEEDB
Tints of Bright Turquoise #0AEEDB
RGB
CMYK
RGB Variations
Color information
#0AEEDB (or 0x0AEEDB) is known color: Bright Turquoise. HEX triplet: 0A, EE and DB. RGB value is (10,238,219). Sum of RGB (Red+Green+Blue) = 10+238+219=467 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.14% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEEDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEEDB is #F51124. Grayscale: #A7A7A7. Windows color (decimal): -16060709 or 14413322. OLE color: 14413322.
HSL color Cylindrical-coordinate representation of color #0AEEDB: hue angle of 175º 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 #0AEEDB is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 238 | 219 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.07 |
| HSL | 175º | 0.92% | 0.49% | - |
| HSV(B) | 175º | 0.96% | 0.93% | - |
| XYZ | 43.49 | 66.33 | 77.53 | - |
| YUV | 167.66 | 156.96 | 15.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 238 | 219 | 0.96 | 0 | 0.08 | 0.07 | 175 | 0.92 | 0.49 |
| Hex | A | EE | DB | 60 | 0 | 8 | 7 | AF | 5C | 31 |
| Octal | 12 | 356 | 333 | 140 | 0 | 10 | 7 | 257 | 134 | 61 |
| Binary | 1010 | 11101110 | 11011011 | 1100000 | 0 | 1000 | 111 | 10101111 | 1011100 | 110001 |
Color Harmonies of #0AEEDB
Complementary color
Monochromatic Colors of #0AEEDB
Black with #0AEEDB
Text Example
Text Example
White with #0AEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEEDB; }
p { color: rgb(10,238,219); }
H1.HeaderClassName
{
color: #0AEEDB;
}
.AnyTagClassName
{
color: #0AEEDB;
}
</style>
background-color css
<style>
a { background-color: #0AEEDB; }
a { background-color: rgb(10,238,219); }
div.DivClassName
{
background-color: #0AEEDB;
}
.BgClassName
{
background-color: #0AEEDB;
}
</style>
border-color css
<style>
span { border-color: #0AEEDB; }
span { border-color: rgb(10,238,219); }
td.TdClassName
{
border-color: #0AEEDB;
}
.TagClassName
{
border-color: #0AEEDB;
}
</style>