Shades of Bright Turquoise #0AEEC3
Tints of Bright Turquoise #0AEEC3
RGB
CMYK
RGB Variations
Color information
#0AEEC3 (or 0x0AEEC3) is known color: Bright Turquoise. HEX triplet: 0A, EE and C3. RGB value is (10,238,195). Sum of RGB (Red+Green+Blue) = 10+238+195=443 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.26% from 443); Green value is 238 (93.36% from 255 or 53.72% from 443); Blue value is 195 (76.56% from 255 or 44.02% from 443); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEEC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEEC3 is #F5113C. Grayscale: #A4A4A4. Windows color (decimal): -16060733 or 12840458. OLE color: 12840458.
HSL color Cylindrical-coordinate representation of color #0AEEC3: hue angle of 168.68º 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 #0AEEC3 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 238 | 195 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.07 |
| HSL | 168.68º | 0.92% | 0.49% | - |
| HSV(B) | 168.68º | 0.96% | 0.93% | - |
| XYZ | 40.55 | 65.15 | 62.07 | - |
| YUV | 164.93 | 144.96 | 17.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 238 | 195 | 0.96 | 0 | 0.18 | 0.07 | 168.68 | 0.92 | 0.49 |
| Hex | A | EE | C3 | 60 | 0 | 12 | 7 | A9 | 5C | 31 |
| Octal | 12 | 356 | 303 | 140 | 0 | 22 | 7 | 251 | 134 | 61 |
| Binary | 1010 | 11101110 | 11000011 | 1100000 | 0 | 10010 | 111 | 10101001 | 1011100 | 110001 |
Color Harmonies of #0AEEC3
Complementary color
Monochromatic Colors of #0AEEC3
Black with #0AEEC3
Text Example
Text Example
White with #0AEEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEEC3; }
p { color: rgb(10,238,195); }
H1.HeaderClassName
{
color: #0AEEC3;
}
.AnyTagClassName
{
color: #0AEEC3;
}
</style>
background-color css
<style>
a { background-color: #0AEEC3; }
a { background-color: rgb(10,238,195); }
div.DivClassName
{
background-color: #0AEEC3;
}
.BgClassName
{
background-color: #0AEEC3;
}
</style>
border-color css
<style>
span { border-color: #0AEEC3; }
span { border-color: rgb(10,238,195); }
td.TdClassName
{
border-color: #0AEEC3;
}
.TagClassName
{
border-color: #0AEEC3;
}
</style>