Shades of Bright Turquoise #0AD4E5
Tints of Bright Turquoise #0AD4E5
RGB
CMYK
RGB Variations
Color information
#0AD4E5 (or 0x0AD4E5) is known color: Bright Turquoise. HEX triplet: 0A, D4 and E5. RGB value is (10,212,229). Sum of RGB (Red+Green+Blue) = 10+212+229=451 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #0AD4E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AD4E5 is #F52B1A. Grayscale: #999999. Windows color (decimal): -16067355 or 15062026. OLE color: 15062026.
HSL color Cylindrical-coordinate representation of color #0AD4E5: hue angle of 184.66º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AD4E5 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 10 | 212 | 229 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.10 |
| HSL | 184.66º | 0.92% | 0.47% | - |
| HSV(B) | 184.66º | 0.96% | 0.9% | - |
| XYZ | 37.81 | 52.81 | 82.33 | - |
| YUV | 153.54 | 170.58 | 25.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 212 | 229 | 0.96 | 0.07 | 0 | 0.10 | 184.66 | 0.92 | 0.47 |
| Hex | A | D4 | E5 | 60 | 7 | 0 | A | B9 | 5C | 2F |
| Octal | 12 | 324 | 345 | 140 | 7 | 0 | 12 | 271 | 134 | 57 |
| Binary | 1010 | 11010100 | 11100101 | 1100000 | 111 | 0 | 1010 | 10111001 | 1011100 | 101111 |
Color Harmonies of #0AD4E5
Complementary color
Monochromatic Colors of #0AD4E5
Black with #0AD4E5
Text Example
Text Example
White with #0AD4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD4E5; }
p { color: rgb(10,212,229); }
H1.HeaderClassName
{
color: #0AD4E5;
}
.AnyTagClassName
{
color: #0AD4E5;
}
</style>
background-color css
<style>
a { background-color: #0AD4E5; }
a { background-color: rgb(10,212,229); }
div.DivClassName
{
background-color: #0AD4E5;
}
.BgClassName
{
background-color: #0AD4E5;
}
</style>
border-color css
<style>
span { border-color: #0AD4E5; }
span { border-color: rgb(10,212,229); }
td.TdClassName
{
border-color: #0AD4E5;
}
.TagClassName
{
border-color: #0AD4E5;
}
</style>