Shades of Dark Turquoise #0ACDDE
Tints of Dark Turquoise #0ACDDE
RGB
CMYK
RGB Variations
Color information
#0ACDDE (or 0x0ACDDE) is known color: Dark Turquoise. HEX triplet: 0A, CD and DE. RGB value is (10,205,222). Sum of RGB (Red+Green+Blue) = 10+205+222=437 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #0ACDDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACDDE is #F53221. Grayscale: #949494. Windows color (decimal): -16069154 or 14601482. OLE color: 14601482.
HSL color Cylindrical-coordinate representation of color #0ACDDE: hue angle of 184.81º 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 #0ACDDE is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 205 | 222 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.13 |
| HSL | 184.81º | 0.91% | 0.45% | - |
| HSV(B) | 184.81º | 0.95% | 0.87% | - |
| XYZ | 35.14 | 49 | 76.71 | - |
| YUV | 148.63 | 169.4 | 29.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 205 | 222 | 0.95 | 0.08 | 0 | 0.13 | 184.81 | 0.91 | 0.45 |
| Hex | A | CD | DE | 5F | 8 | 0 | D | B9 | 5B | 2D |
| Octal | 12 | 315 | 336 | 137 | 10 | 0 | 15 | 271 | 133 | 55 |
| Binary | 1010 | 11001101 | 11011110 | 1011111 | 1000 | 0 | 1101 | 10111001 | 1011011 | 101101 |
Color Harmonies of #0ACDDE
Complementary color
Monochromatic Colors of #0ACDDE
Black with #0ACDDE
Text Example
Text Example
White with #0ACDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACDDE; }
p { color: rgb(10,205,222); }
H1.HeaderClassName
{
color: #0ACDDE;
}
.AnyTagClassName
{
color: #0ACDDE;
}
</style>
background-color css
<style>
a { background-color: #0ACDDE; }
a { background-color: rgb(10,205,222); }
div.DivClassName
{
background-color: #0ACDDE;
}
.BgClassName
{
background-color: #0ACDDE;
}
</style>
border-color css
<style>
span { border-color: #0ACDDE; }
span { border-color: rgb(10,205,222); }
td.TdClassName
{
border-color: #0ACDDE;
}
.TagClassName
{
border-color: #0ACDDE;
}
</style>