Shades of Bright Turquoise #0ADADA
Tints of Bright Turquoise #0ADADA
RGB
CMYK
RGB Variations
Color information
#0ADADA (or 0x0ADADA) is known color: Bright Turquoise. HEX triplet: 0A, DA and DA. RGB value is (10,218,218). Sum of RGB (Red+Green+Blue) = 10+218+218=446 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.24% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #0ADADA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADADA is #F52525. Grayscale: #9B9B9B. Windows color (decimal): -16065830 or 14342666. OLE color: 14342666.
HSL color Cylindrical-coordinate representation of color #0ADADA: hue angle of 180º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADADA is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 218 | 218 | - |
| CMYK | 0.95 | 0 | 0 | 0.15 |
| HSL | 180º | 0.91% | 0.45% | - |
| HSV(B) | 180º | 0.95% | 0.85% | - |
| XYZ | 37.85 | 55.27 | 75 | - |
| YUV | 155.81 | 163.09 | 24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 218 | 0.95 | 0 | 0 | 0.15 | 180 | 0.91 | 0.45 |
| Hex | A | DA | DA | 5F | 0 | 0 | F | B4 | 5B | 2D |
| Octal | 12 | 332 | 332 | 137 | 0 | 0 | 17 | 264 | 133 | 55 |
| Binary | 1010 | 11011010 | 11011010 | 1011111 | 0 | 0 | 1111 | 10110100 | 1011011 | 101101 |
Color Harmonies of #0ADADA
Complementary color
Monochromatic Colors of #0ADADA
Black with #0ADADA
Text Example
Text Example
White with #0ADADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADADA; }
p { color: rgb(10,218,218); }
H1.HeaderClassName
{
color: #0ADADA;
}
.AnyTagClassName
{
color: #0ADADA;
}
</style>
background-color css
<style>
a { background-color: #0ADADA; }
a { background-color: rgb(10,218,218); }
div.DivClassName
{
background-color: #0ADADA;
}
.BgClassName
{
background-color: #0ADADA;
}
</style>
border-color css
<style>
span { border-color: #0ADADA; }
span { border-color: rgb(10,218,218); }
td.TdClassName
{
border-color: #0ADADA;
}
.TagClassName
{
border-color: #0ADADA;
}
</style>