Shades of Bright Turquoise #0ADEF0
Tints of Bright Turquoise #0ADEF0
RGB
CMYK
RGB Variations
Color information
#0ADEF0 (or 0x0ADEF0) is known color: Bright Turquoise. HEX triplet: 0A, DE and F0. RGB value is (10,222,240). Sum of RGB (Red+Green+Blue) = 10+222+240=472 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.12% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #0ADEF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADEF0 is #F5210F. Grayscale: #A0A0A0. Windows color (decimal): -16064784 or 15785482. OLE color: 15785482.
HSL color Cylindrical-coordinate representation of color #0ADEF0: hue angle of 184.7º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADEF0 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 222 | 240 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.06 |
| HSL | 184.7º | 0.92% | 0.49% | - |
| HSV(B) | 184.7º | 0.96% | 0.94% | - |
| XYZ | 41.97 | 58.6 | 91.54 | - |
| YUV | 160.66 | 172.76 | 20.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 240 | 0.96 | 0.08 | 0 | 0.06 | 184.7 | 0.92 | 0.49 |
| Hex | A | DE | F0 | 60 | 8 | 0 | 6 | B9 | 5C | 31 |
| Octal | 12 | 336 | 360 | 140 | 10 | 0 | 6 | 271 | 134 | 61 |
| Binary | 1010 | 11011110 | 11110000 | 1100000 | 1000 | 0 | 110 | 10111001 | 1011100 | 110001 |
Color Harmonies of #0ADEF0
Complementary color
Monochromatic Colors of #0ADEF0
Black with #0ADEF0
Text Example
Text Example
White with #0ADEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADEF0; }
p { color: rgb(10,222,240); }
H1.HeaderClassName
{
color: #0ADEF0;
}
.AnyTagClassName
{
color: #0ADEF0;
}
</style>
background-color css
<style>
a { background-color: #0ADEF0; }
a { background-color: rgb(10,222,240); }
div.DivClassName
{
background-color: #0ADEF0;
}
.BgClassName
{
background-color: #0ADEF0;
}
</style>
border-color css
<style>
span { border-color: #0ADEF0; }
span { border-color: rgb(10,222,240); }
td.TdClassName
{
border-color: #0ADEF0;
}
.TagClassName
{
border-color: #0ADEF0;
}
</style>