Shades of Bright Turquoise #0AFEDD
Tints of Bright Turquoise #0AFEDD
RGB
CMYK
RGB Variations
Color information
#0AFEDD (or 0x0AFEDD) is known color: Bright Turquoise. HEX triplet: 0A, FE and DD. RGB value is (10,254,221). Sum of RGB (Red+Green+Blue) = 10+254+221=485 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.06% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFEDD is #F50122. Grayscale: #B1B1B1. Windows color (decimal): -16056611 or 14548490. OLE color: 14548490.
HSL color Cylindrical-coordinate representation of color #0AFEDD: hue angle of 171.89º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFEDD is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 254 | 221 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.00 |
| HSL | 171.89º | 0.99% | 0.52% | - |
| HSV(B) | 171.89º | 0.96% | 1% | - |
| XYZ | 48.62 | 76.17 | 80.55 | - |
| YUV | 177.28 | 152.66 | 8.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 221 | 0.96 | 0 | 0.13 | 0.00 | 171.89 | 0.99 | 0.52 |
| Hex | A | FE | DD | 60 | 0 | D | 0 | AC | 63 | 34 |
| Octal | 12 | 376 | 335 | 140 | 0 | 15 | 0 | 254 | 143 | 64 |
| Binary | 1010 | 11111110 | 11011101 | 1100000 | 0 | 1101 | 0 | 10101100 | 1100011 | 110100 |
Color Harmonies of #0AFEDD
Complementary color
Monochromatic Colors of #0AFEDD
Black with #0AFEDD
Text Example
Text Example
White with #0AFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFEDD; }
p { color: rgb(10,254,221); }
H1.HeaderClassName
{
color: #0AFEDD;
}
.AnyTagClassName
{
color: #0AFEDD;
}
</style>
background-color css
<style>
a { background-color: #0AFEDD; }
a { background-color: rgb(10,254,221); }
div.DivClassName
{
background-color: #0AFEDD;
}
.BgClassName
{
background-color: #0AFEDD;
}
</style>
border-color css
<style>
span { border-color: #0AFEDD; }
span { border-color: rgb(10,254,221); }
td.TdClassName
{
border-color: #0AFEDD;
}
.TagClassName
{
border-color: #0AFEDD;
}
</style>