Shades of Bright Turquoise #0AD4EA
Tints of Bright Turquoise #0AD4EA
RGB
CMYK
RGB Variations
Color information
#0AD4EA (or 0x0AD4EA) is known color: Bright Turquoise. HEX triplet: 0A, D4 and EA. RGB value is (10,212,234). Sum of RGB (Red+Green+Blue) = 10+212+234=456 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.19% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #0AD4EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD4EA is #F52B15. Grayscale: #999999. Windows color (decimal): -16067350 or 15389706. OLE color: 15389706.
HSL color Cylindrical-coordinate representation of color #0AD4EA: hue angle of 185.89º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AD4EA is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 212 | 234 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.08 |
| HSL | 185.89º | 0.92% | 0.48% | - |
| HSV(B) | 185.89º | 0.96% | 0.92% | - |
| XYZ | 38.52 | 53.09 | 86.06 | - |
| YUV | 154.11 | 173.08 | 25.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 212 | 234 | 0.96 | 0.09 | 0 | 0.08 | 185.89 | 0.92 | 0.48 |
| Hex | A | D4 | EA | 60 | 9 | 0 | 8 | BA | 5C | 30 |
| Octal | 12 | 324 | 352 | 140 | 11 | 0 | 10 | 272 | 134 | 60 |
| Binary | 1010 | 11010100 | 11101010 | 1100000 | 1001 | 0 | 1000 | 10111010 | 1011100 | 110000 |
Color Harmonies of #0AD4EA
Complementary color
Monochromatic Colors of #0AD4EA
Black with #0AD4EA
Text Example
Text Example
White with #0AD4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD4EA; }
p { color: rgb(10,212,234); }
H1.HeaderClassName
{
color: #0AD4EA;
}
.AnyTagClassName
{
color: #0AD4EA;
}
</style>
background-color css
<style>
a { background-color: #0AD4EA; }
a { background-color: rgb(10,212,234); }
div.DivClassName
{
background-color: #0AD4EA;
}
.BgClassName
{
background-color: #0AD4EA;
}
</style>
border-color css
<style>
span { border-color: #0AD4EA; }
span { border-color: rgb(10,212,234); }
td.TdClassName
{
border-color: #0AD4EA;
}
.TagClassName
{
border-color: #0AD4EA;
}
</style>