Shades of Bright Turquoise #0ADBE8
Tints of Bright Turquoise #0ADBE8
RGB
CMYK
RGB Variations
Color information
#0ADBE8 (or 0x0ADBE8) is known color: Bright Turquoise. HEX triplet: 0A, DB and E8. RGB value is (10,219,232). Sum of RGB (Red+Green+Blue) = 10+219+232=461 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.17% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 232 (91.02% from 255 or 50.33% from 461); Max value from RGB is 232 - color contains mainly: blue. Hex color #0ADBE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADBE8 is #F52417. Grayscale: #9D9D9D. Windows color (decimal): -16065560 or 15260426. OLE color: 15260426.
HSL color Cylindrical-coordinate representation of color #0ADBE8: hue angle of 183.51º 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 #0ADBE8 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 219 | 232 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.09 |
| HSL | 183.51º | 0.92% | 0.47% | - |
| HSV(B) | 183.51º | 0.96% | 0.91% | - |
| XYZ | 40.02 | 56.55 | 85.15 | - |
| YUV | 157.99 | 169.76 | 22.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 219 | 232 | 0.96 | 0.06 | 0 | 0.09 | 183.51 | 0.92 | 0.47 |
| Hex | A | DB | E8 | 60 | 6 | 0 | 9 | B8 | 5C | 2F |
| Octal | 12 | 333 | 350 | 140 | 6 | 0 | 11 | 270 | 134 | 57 |
| Binary | 1010 | 11011011 | 11101000 | 1100000 | 110 | 0 | 1001 | 10111000 | 1011100 | 101111 |
Color Harmonies of #0ADBE8
Complementary color
Monochromatic Colors of #0ADBE8
Black with #0ADBE8
Text Example
Text Example
White with #0ADBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADBE8; }
p { color: rgb(10,219,232); }
H1.HeaderClassName
{
color: #0ADBE8;
}
.AnyTagClassName
{
color: #0ADBE8;
}
</style>
background-color css
<style>
a { background-color: #0ADBE8; }
a { background-color: rgb(10,219,232); }
div.DivClassName
{
background-color: #0ADBE8;
}
.BgClassName
{
background-color: #0ADBE8;
}
</style>
border-color css
<style>
span { border-color: #0ADBE8; }
span { border-color: rgb(10,219,232); }
td.TdClassName
{
border-color: #0ADBE8;
}
.TagClassName
{
border-color: #0ADBE8;
}
</style>