Shades of Bright Turquoise #0ADBE7
Tints of Bright Turquoise #0ADBE7
RGB
CMYK
RGB Variations
Color information
#0ADBE7 (or 0x0ADBE7) is known color: Bright Turquoise. HEX triplet: 0A, DB and E7. RGB value is (10,219,231). Sum of RGB (Red+Green+Blue) = 10+219+231=460 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.17% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 231 (90.62% from 255 or 50.22% from 460); Max value from RGB is 231 - color contains mainly: blue. Hex color #0ADBE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADBE7 is #F52418. Grayscale: #9D9D9D. Windows color (decimal): -16065561 or 15194890. OLE color: 15194890.
HSL color Cylindrical-coordinate representation of color #0ADBE7: hue angle of 183.26º 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 #0ADBE7 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 219 | 231 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.09 |
| HSL | 183.26º | 0.92% | 0.47% | - |
| HSV(B) | 183.26º | 0.96% | 0.91% | - |
| XYZ | 39.88 | 56.5 | 84.4 | - |
| YUV | 157.88 | 169.26 | 22.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 219 | 231 | 0.96 | 0.05 | 0 | 0.09 | 183.26 | 0.92 | 0.47 |
| Hex | A | DB | E7 | 60 | 5 | 0 | 9 | B7 | 5C | 2F |
| Octal | 12 | 333 | 347 | 140 | 5 | 0 | 11 | 267 | 134 | 57 |
| Binary | 1010 | 11011011 | 11100111 | 1100000 | 101 | 0 | 1001 | 10110111 | 1011100 | 101111 |
Color Harmonies of #0ADBE7
Complementary color
Monochromatic Colors of #0ADBE7
Black with #0ADBE7
Text Example
Text Example
White with #0ADBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADBE7; }
p { color: rgb(10,219,231); }
H1.HeaderClassName
{
color: #0ADBE7;
}
.AnyTagClassName
{
color: #0ADBE7;
}
</style>
background-color css
<style>
a { background-color: #0ADBE7; }
a { background-color: rgb(10,219,231); }
div.DivClassName
{
background-color: #0ADBE7;
}
.BgClassName
{
background-color: #0ADBE7;
}
</style>
border-color css
<style>
span { border-color: #0ADBE7; }
span { border-color: rgb(10,219,231); }
td.TdClassName
{
border-color: #0ADBE7;
}
.TagClassName
{
border-color: #0ADBE7;
}
</style>