Shades of Bright Turquoise #0ADEDE
Tints of Bright Turquoise #0ADEDE
RGB
CMYK
RGB Variations
Color information
#0ADEDE (or 0x0ADEDE) is known color: Bright Turquoise. HEX triplet: 0A, DE and DE. RGB value is (10,222,222). Sum of RGB (Red+Green+Blue) = 10+222+222=454 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.20% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #0ADEDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADEDE is #F52121. Grayscale: #9E9E9E. Windows color (decimal): -16064802 or 14605834. OLE color: 14605834.
HSL color Cylindrical-coordinate representation of color #0ADEDE: hue angle of 180º 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 #0ADEDE is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 222 | 222 | - |
| CMYK | 0.95 | 0 | 0 | 0.13 |
| HSL | 180º | 0.91% | 0.45% | - |
| HSV(B) | 180º | 0.95% | 0.87% | - |
| XYZ | 39.43 | 57.58 | 78.14 | - |
| YUV | 158.61 | 163.76 | 22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 222 | 0.95 | 0 | 0 | 0.13 | 180 | 0.91 | 0.45 |
| Hex | A | DE | DE | 5F | 0 | 0 | D | B4 | 5B | 2D |
| Octal | 12 | 336 | 336 | 137 | 0 | 0 | 15 | 264 | 133 | 55 |
| Binary | 1010 | 11011110 | 11011110 | 1011111 | 0 | 0 | 1101 | 10110100 | 1011011 | 101101 |
Color Harmonies of #0ADEDE
Complementary color
Monochromatic Colors of #0ADEDE
Black with #0ADEDE
Text Example
Text Example
White with #0ADEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADEDE; }
p { color: rgb(10,222,222); }
H1.HeaderClassName
{
color: #0ADEDE;
}
.AnyTagClassName
{
color: #0ADEDE;
}
</style>
background-color css
<style>
a { background-color: #0ADEDE; }
a { background-color: rgb(10,222,222); }
div.DivClassName
{
background-color: #0ADEDE;
}
.BgClassName
{
background-color: #0ADEDE;
}
</style>
border-color css
<style>
span { border-color: #0ADEDE; }
span { border-color: rgb(10,222,222); }
td.TdClassName
{
border-color: #0ADEDE;
}
.TagClassName
{
border-color: #0ADEDE;
}
</style>