Shades of Bright Turquoise #0ADBE0
Tints of Bright Turquoise #0ADBE0
RGB
CMYK
RGB Variations
Color information
#0ADBE0 (or 0x0ADBE0) is known color: Bright Turquoise. HEX triplet: 0A, DB and E0. RGB value is (10,219,224). Sum of RGB (Red+Green+Blue) = 10+219+224=453 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #0ADBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADBE0 is #F5241F. Grayscale: #9C9C9C. Windows color (decimal): -16065568 or 14736138. OLE color: 14736138.
HSL color Cylindrical-coordinate representation of color #0ADBE0: hue angle of 181.4º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADBE0 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 219 | 224 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.12 |
| HSL | 181.4º | 0.91% | 0.46% | - |
| HSV(B) | 181.4º | 0.96% | 0.88% | - |
| XYZ | 38.91 | 56.11 | 79.3 | - |
| YUV | 157.08 | 165.76 | 23.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 219 | 224 | 0.96 | 0.02 | 0 | 0.12 | 181.4 | 0.91 | 0.46 |
| Hex | A | DB | E0 | 60 | 2 | 0 | C | B5 | 5B | 2E |
| Octal | 12 | 333 | 340 | 140 | 2 | 0 | 14 | 265 | 133 | 56 |
| Binary | 1010 | 11011011 | 11100000 | 1100000 | 10 | 0 | 1100 | 10110101 | 1011011 | 101110 |
Color Harmonies of #0ADBE0
Complementary color
Monochromatic Colors of #0ADBE0
Black with #0ADBE0
Text Example
Text Example
White with #0ADBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADBE0; }
p { color: rgb(10,219,224); }
H1.HeaderClassName
{
color: #0ADBE0;
}
.AnyTagClassName
{
color: #0ADBE0;
}
</style>
background-color css
<style>
a { background-color: #0ADBE0; }
a { background-color: rgb(10,219,224); }
div.DivClassName
{
background-color: #0ADBE0;
}
.BgClassName
{
background-color: #0ADBE0;
}
</style>
border-color css
<style>
span { border-color: #0ADBE0; }
span { border-color: rgb(10,219,224); }
td.TdClassName
{
border-color: #0ADBE0;
}
.TagClassName
{
border-color: #0ADBE0;
}
</style>