Shades of Bright Turquoise #0ADBED
Tints of Bright Turquoise #0ADBED
RGB
CMYK
RGB Variations
Color information
#0ADBED (or 0x0ADBED) is known color: Bright Turquoise. HEX triplet: 0A, DB and ED. RGB value is (10,219,237). Sum of RGB (Red+Green+Blue) = 10+219+237=466 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.15% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #0ADBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADBED is #F52412. Grayscale: #9E9E9E. Windows color (decimal): -16065555 or 15588106. OLE color: 15588106.
HSL color Cylindrical-coordinate representation of color #0ADBED: hue angle of 184.76º 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 #0ADBED is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 219 | 237 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.07 |
| HSL | 184.76º | 0.92% | 0.48% | - |
| HSV(B) | 184.76º | 0.96% | 0.93% | - |
| XYZ | 40.74 | 56.84 | 88.95 | - |
| YUV | 158.56 | 172.26 | 22.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 219 | 237 | 0.96 | 0.08 | 0 | 0.07 | 184.76 | 0.92 | 0.48 |
| Hex | A | DB | ED | 60 | 8 | 0 | 7 | B9 | 5C | 30 |
| Octal | 12 | 333 | 355 | 140 | 10 | 0 | 7 | 271 | 134 | 60 |
| Binary | 1010 | 11011011 | 11101101 | 1100000 | 1000 | 0 | 111 | 10111001 | 1011100 | 110000 |
Color Harmonies of #0ADBED
Complementary color
Monochromatic Colors of #0ADBED
Black with #0ADBED
Text Example
Text Example
White with #0ADBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADBED; }
p { color: rgb(10,219,237); }
H1.HeaderClassName
{
color: #0ADBED;
}
.AnyTagClassName
{
color: #0ADBED;
}
</style>
background-color css
<style>
a { background-color: #0ADBED; }
a { background-color: rgb(10,219,237); }
div.DivClassName
{
background-color: #0ADBED;
}
.BgClassName
{
background-color: #0ADBED;
}
</style>
border-color css
<style>
span { border-color: #0ADBED; }
span { border-color: rgb(10,219,237); }
td.TdClassName
{
border-color: #0ADBED;
}
.TagClassName
{
border-color: #0ADBED;
}
</style>