Shades of Bright Turquoise #0ADEDA
Tints of Bright Turquoise #0ADEDA
RGB
CMYK
RGB Variations
Color information
#0ADEDA (or 0x0ADEDA) is known color: Bright Turquoise. HEX triplet: 0A, DE and DA. RGB value is (10,222,218). Sum of RGB (Red+Green+Blue) = 10+222+218=450 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADEDA is #F52125. Grayscale: #9D9D9D. Windows color (decimal): -16064806 or 14343690. OLE color: 14343690.
HSL color Cylindrical-coordinate representation of color #0ADEDA: hue angle of 178.87º 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 #0ADEDA is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 222 | 218 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.13 |
| HSL | 178.87º | 0.91% | 0.45% | - |
| HSV(B) | 178.87º | 0.95% | 0.87% | - |
| XYZ | 38.9 | 57.37 | 75.35 | - |
| YUV | 158.16 | 161.76 | 22.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 218 | 0.95 | 0 | 0.02 | 0.13 | 178.87 | 0.91 | 0.45 |
| Hex | A | DE | DA | 5F | 0 | 2 | D | B3 | 5B | 2D |
| Octal | 12 | 336 | 332 | 137 | 0 | 2 | 15 | 263 | 133 | 55 |
| Binary | 1010 | 11011110 | 11011010 | 1011111 | 0 | 10 | 1101 | 10110011 | 1011011 | 101101 |
Color Harmonies of #0ADEDA
Complementary color
Monochromatic Colors of #0ADEDA
Black with #0ADEDA
Text Example
Text Example
White with #0ADEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADEDA; }
p { color: rgb(10,222,218); }
H1.HeaderClassName
{
color: #0ADEDA;
}
.AnyTagClassName
{
color: #0ADEDA;
}
</style>
background-color css
<style>
a { background-color: #0ADEDA; }
a { background-color: rgb(10,222,218); }
div.DivClassName
{
background-color: #0ADEDA;
}
.BgClassName
{
background-color: #0ADEDA;
}
</style>
border-color css
<style>
span { border-color: #0ADEDA; }
span { border-color: rgb(10,222,218); }
td.TdClassName
{
border-color: #0ADEDA;
}
.TagClassName
{
border-color: #0ADEDA;
}
</style>