Shades of Bright Turquoise #0AEDCD
Tints of Bright Turquoise #0AEDCD
RGB
CMYK
RGB Variations
Color information
#0AEDCD (or 0x0AEDCD) is known color: Bright Turquoise. HEX triplet: 0A, ED and CD. RGB value is (10,237,205). Sum of RGB (Red+Green+Blue) = 10+237+205=452 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 452); Green value is 237 (92.97% from 255 or 52.43% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 237 - color contains mainly: green. Hex color #0AEDCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEDCD is #F51232. Grayscale: #A5A5A5. Windows color (decimal): -16060979 or 13495562. OLE color: 13495562.
HSL color Cylindrical-coordinate representation of color #0AEDCD: hue angle of 171.54º 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 #0AEDCD is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 237 | 205 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.07 |
| HSL | 171.54º | 0.92% | 0.48% | - |
| HSV(B) | 171.54º | 0.96% | 0.93% | - |
| XYZ | 41.43 | 65.04 | 68.13 | - |
| YUV | 165.48 | 150.29 | 17.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 237 | 205 | 0.96 | 0 | 0.14 | 0.07 | 171.54 | 0.92 | 0.48 |
| Hex | A | ED | CD | 60 | 0 | E | 7 | AC | 5C | 30 |
| Octal | 12 | 355 | 315 | 140 | 0 | 16 | 7 | 254 | 134 | 60 |
| Binary | 1010 | 11101101 | 11001101 | 1100000 | 0 | 1110 | 111 | 10101100 | 1011100 | 110000 |
Color Harmonies of #0AEDCD
Complementary color
Monochromatic Colors of #0AEDCD
Black with #0AEDCD
Text Example
Text Example
White with #0AEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEDCD; }
p { color: rgb(10,237,205); }
H1.HeaderClassName
{
color: #0AEDCD;
}
.AnyTagClassName
{
color: #0AEDCD;
}
</style>
background-color css
<style>
a { background-color: #0AEDCD; }
a { background-color: rgb(10,237,205); }
div.DivClassName
{
background-color: #0AEDCD;
}
.BgClassName
{
background-color: #0AEDCD;
}
</style>
border-color css
<style>
span { border-color: #0AEDCD; }
span { border-color: rgb(10,237,205); }
td.TdClassName
{
border-color: #0AEDCD;
}
.TagClassName
{
border-color: #0AEDCD;
}
</style>