Shades of Dark Turquoise #0ACDD5
Tints of Dark Turquoise #0ACDD5
RGB
CMYK
RGB Variations
Color information
#0ACDD5 (or 0x0ACDD5) is known color: Dark Turquoise. HEX triplet: 0A, CD and D5. RGB value is (10,205,213). Sum of RGB (Red+Green+Blue) = 10+205+213=428 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.34% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #0ACDD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACDD5 is #F5322A. Grayscale: #939393. Windows color (decimal): -16069163 or 14011658. OLE color: 14011658.
HSL color Cylindrical-coordinate representation of color #0ACDD5: hue angle of 182.36º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACDD5 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 205 | 213 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.16 |
| HSL | 182.36º | 0.91% | 0.44% | - |
| HSV(B) | 182.36º | 0.95% | 0.84% | - |
| XYZ | 33.97 | 48.53 | 70.53 | - |
| YUV | 147.61 | 164.9 | 29.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 205 | 213 | 0.95 | 0.04 | 0 | 0.16 | 182.36 | 0.91 | 0.44 |
| Hex | A | CD | D5 | 5F | 4 | 0 | 10 | B6 | 5B | 2C |
| Octal | 12 | 315 | 325 | 137 | 4 | 0 | 20 | 266 | 133 | 54 |
| Binary | 1010 | 11001101 | 11010101 | 1011111 | 100 | 0 | 10000 | 10110110 | 1011011 | 101100 |
Color Harmonies of #0ACDD5
Complementary color
Monochromatic Colors of #0ACDD5
Black with #0ACDD5
Text Example
Text Example
White with #0ACDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACDD5; }
p { color: rgb(10,205,213); }
H1.HeaderClassName
{
color: #0ACDD5;
}
.AnyTagClassName
{
color: #0ACDD5;
}
</style>
background-color css
<style>
a { background-color: #0ACDD5; }
a { background-color: rgb(10,205,213); }
div.DivClassName
{
background-color: #0ACDD5;
}
.BgClassName
{
background-color: #0ACDD5;
}
</style>
border-color css
<style>
span { border-color: #0ACDD5; }
span { border-color: rgb(10,205,213); }
td.TdClassName
{
border-color: #0ACDD5;
}
.TagClassName
{
border-color: #0ACDD5;
}
</style>