Shades of Bright Turquoise #0AD5ED
Tints of Bright Turquoise #0AD5ED
RGB
CMYK
RGB Variations
Color information
#0AD5ED (or 0x0AD5ED) is known color: Bright Turquoise. HEX triplet: 0A, D5 and ED. RGB value is (10,213,237). Sum of RGB (Red+Green+Blue) = 10+213+237=460 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.17% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #0AD5ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD5ED is #F52A12. Grayscale: #9A9A9A. Windows color (decimal): -16067091 or 15586570. OLE color: 15586570.
HSL color Cylindrical-coordinate representation of color #0AD5ED: hue angle of 186.34º 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 #0AD5ED is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 213 | 237 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.07 |
| HSL | 186.34º | 0.92% | 0.48% | - |
| HSV(B) | 186.34º | 0.96% | 0.93% | - |
| XYZ | 39.21 | 53.77 | 88.43 | - |
| YUV | 155.04 | 174.25 | 24.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 213 | 237 | 0.96 | 0.10 | 0 | 0.07 | 186.34 | 0.92 | 0.48 |
| Hex | A | D5 | ED | 60 | A | 0 | 7 | BA | 5C | 30 |
| Octal | 12 | 325 | 355 | 140 | 12 | 0 | 7 | 272 | 134 | 60 |
| Binary | 1010 | 11010101 | 11101101 | 1100000 | 1010 | 0 | 111 | 10111010 | 1011100 | 110000 |
Color Harmonies of #0AD5ED
Complementary color
Monochromatic Colors of #0AD5ED
Black with #0AD5ED
Text Example
Text Example
White with #0AD5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD5ED; }
p { color: rgb(10,213,237); }
H1.HeaderClassName
{
color: #0AD5ED;
}
.AnyTagClassName
{
color: #0AD5ED;
}
</style>
background-color css
<style>
a { background-color: #0AD5ED; }
a { background-color: rgb(10,213,237); }
div.DivClassName
{
background-color: #0AD5ED;
}
.BgClassName
{
background-color: #0AD5ED;
}
</style>
border-color css
<style>
span { border-color: #0AD5ED; }
span { border-color: rgb(10,213,237); }
td.TdClassName
{
border-color: #0AD5ED;
}
.TagClassName
{
border-color: #0AD5ED;
}
</style>