Shades of Bright Turquoise #0ADAEC
Tints of Bright Turquoise #0ADAEC
RGB
CMYK
RGB Variations
Color information
#0ADAEC (or 0x0ADAEC) is known color: Bright Turquoise. HEX triplet: 0A, DA and EC. RGB value is (10,218,236). Sum of RGB (Red+Green+Blue) = 10+218+236=464 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.16% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #0ADAEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADAEC is #F52513. Grayscale: #9D9D9D. Windows color (decimal): -16065812 or 15522314. OLE color: 15522314.
HSL color Cylindrical-coordinate representation of color #0ADAEC: hue angle of 184.78º 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 #0ADAEC is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 218 | 236 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.07 |
| HSL | 184.78º | 0.92% | 0.48% | - |
| HSV(B) | 184.78º | 0.96% | 0.93% | - |
| XYZ | 40.34 | 56.26 | 88.09 | - |
| YUV | 157.86 | 172.09 | 22.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 236 | 0.96 | 0.08 | 0 | 0.07 | 184.78 | 0.92 | 0.48 |
| Hex | A | DA | EC | 60 | 8 | 0 | 7 | B9 | 5C | 30 |
| Octal | 12 | 332 | 354 | 140 | 10 | 0 | 7 | 271 | 134 | 60 |
| Binary | 1010 | 11011010 | 11101100 | 1100000 | 1000 | 0 | 111 | 10111001 | 1011100 | 110000 |
Color Harmonies of #0ADAEC
Complementary color
Monochromatic Colors of #0ADAEC
Black with #0ADAEC
Text Example
Text Example
White with #0ADAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADAEC; }
p { color: rgb(10,218,236); }
H1.HeaderClassName
{
color: #0ADAEC;
}
.AnyTagClassName
{
color: #0ADAEC;
}
</style>
background-color css
<style>
a { background-color: #0ADAEC; }
a { background-color: rgb(10,218,236); }
div.DivClassName
{
background-color: #0ADAEC;
}
.BgClassName
{
background-color: #0ADAEC;
}
</style>
border-color css
<style>
span { border-color: #0ADAEC; }
span { border-color: rgb(10,218,236); }
td.TdClassName
{
border-color: #0ADAEC;
}
.TagClassName
{
border-color: #0ADAEC;
}
</style>