Shades of Bright Turquoise #0AEDCE
Tints of Bright Turquoise #0AEDCE
RGB
CMYK
RGB Variations
Color information
#0AEDCE (or 0x0AEDCE) is known color: Bright Turquoise. HEX triplet: 0A, ED and CE. RGB value is (10,237,206). Sum of RGB (Red+Green+Blue) = 10+237+206=453 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #0AEDCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEDCE is #F51231. Grayscale: #A5A5A5. Windows color (decimal): -16060978 or 13561098. OLE color: 13561098.
HSL color Cylindrical-coordinate representation of color #0AEDCE: hue angle of 171.81º 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 #0AEDCE is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 237 | 206 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.07 |
| HSL | 171.81º | 0.92% | 0.48% | - |
| HSV(B) | 171.81º | 0.96% | 0.93% | - |
| XYZ | 41.55 | 65.09 | 68.77 | - |
| YUV | 165.59 | 150.79 | 17.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 237 | 206 | 0.96 | 0 | 0.13 | 0.07 | 171.81 | 0.92 | 0.48 |
| Hex | A | ED | CE | 60 | 0 | D | 7 | AC | 5C | 30 |
| Octal | 12 | 355 | 316 | 140 | 0 | 15 | 7 | 254 | 134 | 60 |
| Binary | 1010 | 11101101 | 11001110 | 1100000 | 0 | 1101 | 111 | 10101100 | 1011100 | 110000 |
Color Harmonies of #0AEDCE
Complementary color
Monochromatic Colors of #0AEDCE
Black with #0AEDCE
Text Example
Text Example
White with #0AEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEDCE; }
p { color: rgb(10,237,206); }
H1.HeaderClassName
{
color: #0AEDCE;
}
.AnyTagClassName
{
color: #0AEDCE;
}
</style>
background-color css
<style>
a { background-color: #0AEDCE; }
a { background-color: rgb(10,237,206); }
div.DivClassName
{
background-color: #0AEDCE;
}
.BgClassName
{
background-color: #0AEDCE;
}
</style>
border-color css
<style>
span { border-color: #0AEDCE; }
span { border-color: rgb(10,237,206); }
td.TdClassName
{
border-color: #0AEDCE;
}
.TagClassName
{
border-color: #0AEDCE;
}
</style>