Shades of Bright Turquoise #0ADCDC
Tints of Bright Turquoise #0ADCDC
RGB
CMYK
RGB Variations
Color information
#0ADCDC (or 0x0ADCDC) is known color: Bright Turquoise. HEX triplet: 0A, DC and DC. RGB value is (10,220,220). Sum of RGB (Red+Green+Blue) = 10+220+220=450 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.22% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #0ADCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADCDC is #F52323. Grayscale: #9C9C9C. Windows color (decimal): -16065316 or 14474250. OLE color: 14474250.
HSL color Cylindrical-coordinate representation of color #0ADCDC: hue angle of 180º 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 #0ADCDC is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 220 | 220 | - |
| CMYK | 0.95 | 0 | 0 | 0.14 |
| HSL | 180º | 0.91% | 0.45% | - |
| HSV(B) | 180º | 0.95% | 0.86% | - |
| XYZ | 38.64 | 56.42 | 76.56 | - |
| YUV | 157.21 | 163.43 | 23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 220 | 220 | 0.95 | 0 | 0 | 0.14 | 180 | 0.91 | 0.45 |
| Hex | A | DC | DC | 5F | 0 | 0 | E | B4 | 5B | 2D |
| Octal | 12 | 334 | 334 | 137 | 0 | 0 | 16 | 264 | 133 | 55 |
| Binary | 1010 | 11011100 | 11011100 | 1011111 | 0 | 0 | 1110 | 10110100 | 1011011 | 101101 |
Color Harmonies of #0ADCDC
Complementary color
Monochromatic Colors of #0ADCDC
Black with #0ADCDC
Text Example
Text Example
White with #0ADCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADCDC; }
p { color: rgb(10,220,220); }
H1.HeaderClassName
{
color: #0ADCDC;
}
.AnyTagClassName
{
color: #0ADCDC;
}
</style>
background-color css
<style>
a { background-color: #0ADCDC; }
a { background-color: rgb(10,220,220); }
div.DivClassName
{
background-color: #0ADCDC;
}
.BgClassName
{
background-color: #0ADCDC;
}
</style>
border-color css
<style>
span { border-color: #0ADCDC; }
span { border-color: rgb(10,220,220); }
td.TdClassName
{
border-color: #0ADCDC;
}
.TagClassName
{
border-color: #0ADCDC;
}
</style>