Shades of Bright Turquoise #0ADEDC
Tints of Bright Turquoise #0ADEDC
RGB
CMYK
RGB Variations
Color information
#0ADEDC (or 0x0ADEDC) is known color: Bright Turquoise. HEX triplet: 0A, DE and DC. RGB value is (10,222,220). Sum of RGB (Red+Green+Blue) = 10+222+220=452 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADEDC is #F52123. Grayscale: #9E9E9E. Windows color (decimal): -16064804 or 14474762. OLE color: 14474762.
HSL color Cylindrical-coordinate representation of color #0ADEDC: hue angle of 179.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADEDC is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 222 | 220 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.13 |
| HSL | 179.43º | 0.91% | 0.45% | - |
| HSV(B) | 179.43º | 0.95% | 0.87% | - |
| XYZ | 39.16 | 57.47 | 76.74 | - |
| YUV | 158.38 | 162.76 | 22.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 220 | 0.95 | 0 | 0.01 | 0.13 | 179.43 | 0.91 | 0.45 |
| Hex | A | DE | DC | 5F | 0 | 1 | D | B3 | 5B | 2D |
| Octal | 12 | 336 | 334 | 137 | 0 | 1 | 15 | 263 | 133 | 55 |
| Binary | 1010 | 11011110 | 11011100 | 1011111 | 0 | 1 | 1101 | 10110011 | 1011011 | 101101 |
Color Harmonies of #0ADEDC
Complementary color
Monochromatic Colors of #0ADEDC
Black with #0ADEDC
Text Example
Text Example
White with #0ADEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADEDC; }
p { color: rgb(10,222,220); }
H1.HeaderClassName
{
color: #0ADEDC;
}
.AnyTagClassName
{
color: #0ADEDC;
}
</style>
background-color css
<style>
a { background-color: #0ADEDC; }
a { background-color: rgb(10,222,220); }
div.DivClassName
{
background-color: #0ADEDC;
}
.BgClassName
{
background-color: #0ADEDC;
}
</style>
border-color css
<style>
span { border-color: #0ADEDC; }
span { border-color: rgb(10,222,220); }
td.TdClassName
{
border-color: #0ADEDC;
}
.TagClassName
{
border-color: #0ADEDC;
}
</style>