Shades of Dark Turquoise #0ADECA
Tints of Dark Turquoise #0ADECA
RGB
CMYK
RGB Variations
Color information
#0ADECA (or 0x0ADECA) is known color: Dark Turquoise. HEX triplet: 0A, DE and CA. RGB value is (10,222,202). Sum of RGB (Red+Green+Blue) = 10+222+202=434 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 434); Green value is 222 (87.11% from 255 or 51.15% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADECA is #F52135. Grayscale: #9C9C9C. Windows color (decimal): -16064822 or 13295114. OLE color: 13295114.
HSL color Cylindrical-coordinate representation of color #0ADECA: hue angle of 174.34º 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 #0ADECA is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 222 | 202 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.13 |
| HSL | 174.34º | 0.91% | 0.45% | - |
| HSV(B) | 174.34º | 0.95% | 0.87% | - |
| XYZ | 36.91 | 56.57 | 64.85 | - |
| YUV | 156.33 | 153.76 | 23.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 202 | 0.95 | 0 | 0.09 | 0.13 | 174.34 | 0.91 | 0.45 |
| Hex | A | DE | CA | 5F | 0 | 9 | D | AE | 5B | 2D |
| Octal | 12 | 336 | 312 | 137 | 0 | 11 | 15 | 256 | 133 | 55 |
| Binary | 1010 | 11011110 | 11001010 | 1011111 | 0 | 1001 | 1101 | 10101110 | 1011011 | 101101 |
Color Harmonies of #0ADECA
Complementary color
Monochromatic Colors of #0ADECA
Black with #0ADECA
Text Example
Text Example
White with #0ADECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADECA; }
p { color: rgb(10,222,202); }
H1.HeaderClassName
{
color: #0ADECA;
}
.AnyTagClassName
{
color: #0ADECA;
}
</style>
background-color css
<style>
a { background-color: #0ADECA; }
a { background-color: rgb(10,222,202); }
div.DivClassName
{
background-color: #0ADECA;
}
.BgClassName
{
background-color: #0ADECA;
}
</style>
border-color css
<style>
span { border-color: #0ADECA; }
span { border-color: rgb(10,222,202); }
td.TdClassName
{
border-color: #0ADECA;
}
.TagClassName
{
border-color: #0ADECA;
}
</style>