Shades of Bright Turquoise #0ADCEC
Tints of Bright Turquoise #0ADCEC
RGB
CMYK
RGB Variations
Color information
#0ADCEC (or 0x0ADCEC) is known color: Bright Turquoise. HEX triplet: 0A, DC and EC. RGB value is (10,220,236). Sum of RGB (Red+Green+Blue) = 10+220+236=466 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.15% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #0ADCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADCEC is #F52313. Grayscale: #9E9E9E. Windows color (decimal): -16065300 or 15522826. OLE color: 15522826.
HSL color Cylindrical-coordinate representation of color #0ADCEC: hue angle of 184.25º 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 #0ADCEC is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 220 | 236 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.07 |
| HSL | 184.25º | 0.92% | 0.48% | - |
| HSV(B) | 184.25º | 0.96% | 0.93% | - |
| XYZ | 40.86 | 57.31 | 88.26 | - |
| YUV | 159.03 | 171.43 | 21.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 236 | 0.96 | 0.07 | 0 | 0.07 | 184.25 | 0.92 | 0.48 |
| Hex | A | DC | EC | 60 | 7 | 0 | 7 | B8 | 5C | 30 |
| Octal | 12 | 334 | 354 | 140 | 7 | 0 | 7 | 270 | 134 | 60 |
| Binary | 1010 | 11011100 | 11101100 | 1100000 | 111 | 0 | 111 | 10111000 | 1011100 | 110000 |
Color Harmonies of #0ADCEC
Complementary color
Monochromatic Colors of #0ADCEC
Black with #0ADCEC
Text Example
Text Example
White with #0ADCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADCEC; }
p { color: rgb(10,220,236); }
H1.HeaderClassName
{
color: #0ADCEC;
}
.AnyTagClassName
{
color: #0ADCEC;
}
</style>
background-color css
<style>
a { background-color: #0ADCEC; }
a { background-color: rgb(10,220,236); }
div.DivClassName
{
background-color: #0ADCEC;
}
.BgClassName
{
background-color: #0ADCEC;
}
</style>
border-color css
<style>
span { border-color: #0ADCEC; }
span { border-color: rgb(10,220,236); }
td.TdClassName
{
border-color: #0ADCEC;
}
.TagClassName
{
border-color: #0ADCEC;
}
</style>