Shades of Bright Turquoise #0AECDA
Tints of Bright Turquoise #0AECDA
RGB
CMYK
RGB Variations
Color information
#0AECDA (or 0x0AECDA) is known color: Bright Turquoise. HEX triplet: 0A, EC and DA. RGB value is (10,236,218). Sum of RGB (Red+Green+Blue) = 10+236+218=464 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.16% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #0AECDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AECDA is #F51325. Grayscale: #A6A6A6. Windows color (decimal): -16061222 or 14347274. OLE color: 14347274.
HSL color Cylindrical-coordinate representation of color #0AECDA: hue angle of 175.22º 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 #0AECDA is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 236 | 218 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.07 |
| HSL | 175.22º | 0.92% | 0.48% | - |
| HSV(B) | 175.22º | 0.96% | 0.93% | - |
| XYZ | 42.78 | 65.12 | 76.64 | - |
| YUV | 166.37 | 157.13 | 16.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 218 | 0.96 | 0 | 0.08 | 0.07 | 175.22 | 0.92 | 0.48 |
| Hex | A | EC | DA | 60 | 0 | 8 | 7 | AF | 5C | 30 |
| Octal | 12 | 354 | 332 | 140 | 0 | 10 | 7 | 257 | 134 | 60 |
| Binary | 1010 | 11101100 | 11011010 | 1100000 | 0 | 1000 | 111 | 10101111 | 1011100 | 110000 |
Color Harmonies of #0AECDA
Complementary color
Monochromatic Colors of #0AECDA
Black with #0AECDA
Text Example
Text Example
White with #0AECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AECDA; }
p { color: rgb(10,236,218); }
H1.HeaderClassName
{
color: #0AECDA;
}
.AnyTagClassName
{
color: #0AECDA;
}
</style>
background-color css
<style>
a { background-color: #0AECDA; }
a { background-color: rgb(10,236,218); }
div.DivClassName
{
background-color: #0AECDA;
}
.BgClassName
{
background-color: #0AECDA;
}
</style>
border-color css
<style>
span { border-color: #0AECDA; }
span { border-color: rgb(10,236,218); }
td.TdClassName
{
border-color: #0AECDA;
}
.TagClassName
{
border-color: #0AECDA;
}
</style>