Shades of Bright Turquoise #0ADFE9
Tints of Bright Turquoise #0ADFE9
RGB
CMYK
RGB Variations
Color information
#0ADFE9 (or 0x0ADFE9) is known color: Bright Turquoise. HEX triplet: 0A, DF and E9. RGB value is (10,223,233). Sum of RGB (Red+Green+Blue) = 10+223+233=466 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.15% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #0ADFE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADFE9 is #F52016. Grayscale: #A0A0A0. Windows color (decimal): -16064535 or 15326986. OLE color: 15326986.
HSL color Cylindrical-coordinate representation of color #0ADFE9: hue angle of 182.69º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADFE9 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 223 | 233 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.09 |
| HSL | 182.69º | 0.92% | 0.48% | - |
| HSV(B) | 182.69º | 0.96% | 0.91% | - |
| XYZ | 41.22 | 58.72 | 86.25 | - |
| YUV | 160.45 | 168.93 | 20.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 223 | 233 | 0.96 | 0.04 | 0 | 0.09 | 182.69 | 0.92 | 0.48 |
| Hex | A | DF | E9 | 60 | 4 | 0 | 9 | B7 | 5C | 30 |
| Octal | 12 | 337 | 351 | 140 | 4 | 0 | 11 | 267 | 134 | 60 |
| Binary | 1010 | 11011111 | 11101001 | 1100000 | 100 | 0 | 1001 | 10110111 | 1011100 | 110000 |
Color Harmonies of #0ADFE9
Complementary color
Monochromatic Colors of #0ADFE9
Black with #0ADFE9
Text Example
Text Example
White with #0ADFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADFE9; }
p { color: rgb(10,223,233); }
H1.HeaderClassName
{
color: #0ADFE9;
}
.AnyTagClassName
{
color: #0ADFE9;
}
</style>
background-color css
<style>
a { background-color: #0ADFE9; }
a { background-color: rgb(10,223,233); }
div.DivClassName
{
background-color: #0ADFE9;
}
.BgClassName
{
background-color: #0ADFE9;
}
</style>
border-color css
<style>
span { border-color: #0ADFE9; }
span { border-color: rgb(10,223,233); }
td.TdClassName
{
border-color: #0ADFE9;
}
.TagClassName
{
border-color: #0ADFE9;
}
</style>