Shades of Bright Turquoise #0ADADC
Tints of Bright Turquoise #0ADADC
RGB
CMYK
RGB Variations
Color information
#0ADADC (or 0x0ADADC) is known color: Bright Turquoise. HEX triplet: 0A, DA and DC. RGB value is (10,218,220). Sum of RGB (Red+Green+Blue) = 10+218+220=448 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.23% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #0ADADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADADC is #F52523. Grayscale: #9B9B9B. Windows color (decimal): -16065828 or 14473738. OLE color: 14473738.
HSL color Cylindrical-coordinate representation of color #0ADADC: hue angle of 180.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADADC is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 218 | 220 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.14 |
| HSL | 180.57º | 0.91% | 0.45% | - |
| HSV(B) | 180.57º | 0.95% | 0.86% | - |
| XYZ | 38.11 | 55.37 | 76.39 | - |
| YUV | 156.04 | 164.09 | 23.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 220 | 0.95 | 0.01 | 0 | 0.14 | 180.57 | 0.91 | 0.45 |
| Hex | A | DA | DC | 5F | 1 | 0 | E | B5 | 5B | 2D |
| Octal | 12 | 332 | 334 | 137 | 1 | 0 | 16 | 265 | 133 | 55 |
| Binary | 1010 | 11011010 | 11011100 | 1011111 | 1 | 0 | 1110 | 10110101 | 1011011 | 101101 |
Color Harmonies of #0ADADC
Complementary color
Monochromatic Colors of #0ADADC
Black with #0ADADC
Text Example
Text Example
White with #0ADADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADADC; }
p { color: rgb(10,218,220); }
H1.HeaderClassName
{
color: #0ADADC;
}
.AnyTagClassName
{
color: #0ADADC;
}
</style>
background-color css
<style>
a { background-color: #0ADADC; }
a { background-color: rgb(10,218,220); }
div.DivClassName
{
background-color: #0ADADC;
}
.BgClassName
{
background-color: #0ADADC;
}
</style>
border-color css
<style>
span { border-color: #0ADADC; }
span { border-color: rgb(10,218,220); }
td.TdClassName
{
border-color: #0ADADC;
}
.TagClassName
{
border-color: #0ADADC;
}
</style>