Shades of Bright Turquoise #0ADCE8
Tints of Bright Turquoise #0ADCE8
RGB
CMYK
RGB Variations
Color information
#0ADCE8 (or 0x0ADCE8) is known color: Bright Turquoise. HEX triplet: 0A, DC and E8. RGB value is (10,220,232). Sum of RGB (Red+Green+Blue) = 10+220+232=462 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.16% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 232 (91.02% from 255 or 50.22% from 462); Max value from RGB is 232 - color contains mainly: blue. Hex color #0ADCE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADCE8 is #F52317. Grayscale: #9E9E9E. Windows color (decimal): -16065304 or 15260682. OLE color: 15260682.
HSL color Cylindrical-coordinate representation of color #0ADCE8: hue angle of 183.24º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADCE8 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 220 | 232 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.09 |
| HSL | 183.24º | 0.92% | 0.47% | - |
| HSV(B) | 183.24º | 0.96% | 0.91% | - |
| XYZ | 40.28 | 57.08 | 85.24 | - |
| YUV | 158.58 | 169.43 | 22.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 232 | 0.96 | 0.05 | 0 | 0.09 | 183.24 | 0.92 | 0.47 |
| Hex | A | DC | E8 | 60 | 5 | 0 | 9 | B7 | 5C | 2F |
| Octal | 12 | 334 | 350 | 140 | 5 | 0 | 11 | 267 | 134 | 57 |
| Binary | 1010 | 11011100 | 11101000 | 1100000 | 101 | 0 | 1001 | 10110111 | 1011100 | 101111 |
Color Harmonies of #0ADCE8
Complementary color
Monochromatic Colors of #0ADCE8
Black with #0ADCE8
Text Example
Text Example
White with #0ADCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADCE8; }
p { color: rgb(10,220,232); }
H1.HeaderClassName
{
color: #0ADCE8;
}
.AnyTagClassName
{
color: #0ADCE8;
}
</style>
background-color css
<style>
a { background-color: #0ADCE8; }
a { background-color: rgb(10,220,232); }
div.DivClassName
{
background-color: #0ADCE8;
}
.BgClassName
{
background-color: #0ADCE8;
}
</style>
border-color css
<style>
span { border-color: #0ADCE8; }
span { border-color: rgb(10,220,232); }
td.TdClassName
{
border-color: #0ADCE8;
}
.TagClassName
{
border-color: #0ADCE8;
}
</style>