Shades of Bright Turquoise #0AECCC
Tints of Bright Turquoise #0AECCC
RGB
CMYK
RGB Variations
Color information
#0AECCC (or 0x0AECCC) is known color: Bright Turquoise. HEX triplet: 0A, EC and CC. RGB value is (10,236,204). Sum of RGB (Red+Green+Blue) = 10+236+204=450 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 450); Green value is 236 (92.58% from 255 or 52.44% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 236 - color contains mainly: green. Hex color #0AECCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AECCC is #F51333. Grayscale: #A4A4A4. Windows color (decimal): -16061236 or 13429770. OLE color: 13429770.
HSL color Cylindrical-coordinate representation of color #0AECCC: hue angle of 171.5º 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 #0AECCC is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 236 | 204 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.07 |
| HSL | 171.5º | 0.92% | 0.48% | - |
| HSV(B) | 171.5º | 0.96% | 0.93% | - |
| XYZ | 41.02 | 64.42 | 67.4 | - |
| YUV | 164.78 | 150.13 | 17.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 204 | 0.96 | 0 | 0.14 | 0.07 | 171.5 | 0.92 | 0.48 |
| Hex | A | EC | CC | 60 | 0 | E | 7 | AC | 5C | 30 |
| Octal | 12 | 354 | 314 | 140 | 0 | 16 | 7 | 254 | 134 | 60 |
| Binary | 1010 | 11101100 | 11001100 | 1100000 | 0 | 1110 | 111 | 10101100 | 1011100 | 110000 |
Color Harmonies of #0AECCC
Complementary color
Monochromatic Colors of #0AECCC
Black with #0AECCC
Text Example
Text Example
White with #0AECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AECCC; }
p { color: rgb(10,236,204); }
H1.HeaderClassName
{
color: #0AECCC;
}
.AnyTagClassName
{
color: #0AECCC;
}
</style>
background-color css
<style>
a { background-color: #0AECCC; }
a { background-color: rgb(10,236,204); }
div.DivClassName
{
background-color: #0AECCC;
}
.BgClassName
{
background-color: #0AECCC;
}
</style>
border-color css
<style>
span { border-color: #0AECCC; }
span { border-color: rgb(10,236,204); }
td.TdClassName
{
border-color: #0AECCC;
}
.TagClassName
{
border-color: #0AECCC;
}
</style>