Shades of Bright Turquoise #0ADCD3
Tints of Bright Turquoise #0ADCD3
RGB
CMYK
RGB Variations
Color information
#0ADCD3 (or 0x0ADCD3) is known color: Bright Turquoise. HEX triplet: 0A, DC and D3. RGB value is (10,220,211). Sum of RGB (Red+Green+Blue) = 10+220+211=441 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 211 (82.81% from 255 or 47.85% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #0ADCD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADCD3 is #F5232C. Grayscale: #9C9C9C. Windows color (decimal): -16065325 or 13884426. OLE color: 13884426.
HSL color Cylindrical-coordinate representation of color #0ADCD3: hue angle of 177.43º 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 #0ADCD3 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 220 | 211 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.14 |
| HSL | 177.43º | 0.91% | 0.45% | - |
| HSV(B) | 177.43º | 0.95% | 0.86% | - |
| XYZ | 37.48 | 55.95 | 70.45 | - |
| YUV | 156.18 | 158.93 | 23.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 211 | 0.95 | 0 | 0.04 | 0.14 | 177.43 | 0.91 | 0.45 |
| Hex | A | DC | D3 | 5F | 0 | 4 | E | B1 | 5B | 2D |
| Octal | 12 | 334 | 323 | 137 | 0 | 4 | 16 | 261 | 133 | 55 |
| Binary | 1010 | 11011100 | 11010011 | 1011111 | 0 | 100 | 1110 | 10110001 | 1011011 | 101101 |
Color Harmonies of #0ADCD3
Complementary color
Monochromatic Colors of #0ADCD3
Black with #0ADCD3
Text Example
Text Example
White with #0ADCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADCD3; }
p { color: rgb(10,220,211); }
H1.HeaderClassName
{
color: #0ADCD3;
}
.AnyTagClassName
{
color: #0ADCD3;
}
</style>
background-color css
<style>
a { background-color: #0ADCD3; }
a { background-color: rgb(10,220,211); }
div.DivClassName
{
background-color: #0ADCD3;
}
.BgClassName
{
background-color: #0ADCD3;
}
</style>
border-color css
<style>
span { border-color: #0ADCD3; }
span { border-color: rgb(10,220,211); }
td.TdClassName
{
border-color: #0ADCD3;
}
.TagClassName
{
border-color: #0ADCD3;
}
</style>