Shades of Turquoise #2ACDDC
Tints of Turquoise #2ACDDC
RGB
CMYK
RGB Variations
Color information
#2ACDDC (or 0x2ACDDC) is known color: Turquoise. HEX triplet: 2A, CD and DC. RGB value is (42,205,220). Sum of RGB (Red+Green+Blue) = 42+205+220=467 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.99% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ACDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACDDC is #D53223. Grayscale: #9D9D9D. Windows color (decimal): -13972004 or 14470442. OLE color: 14470442.
HSL color Cylindrical-coordinate representation of color #2ACDDC: hue angle of 185.06º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ACDDC is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 205 | 220 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.14 |
| HSL | 185.06º | 0.72% | 0.51% | - |
| HSV(B) | 185.06º | 0.81% | 0.86% | - |
| XYZ | 35.7 | 49.32 | 75.35 | - |
| YUV | 157.97 | 163 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 220 | 0.81 | 0.07 | 0 | 0.14 | 185.06 | 0.72 | 0.51 |
| Hex | 2A | CD | DC | 51 | 7 | 0 | E | B9 | 48 | 33 |
| Octal | 52 | 315 | 334 | 121 | 7 | 0 | 16 | 271 | 110 | 63 |
| Binary | 101010 | 11001101 | 11011100 | 1010001 | 111 | 0 | 1110 | 10111001 | 1001000 | 110011 |
Color Harmonies of #2ACDDC
Complementary color
Monochromatic Colors of #2ACDDC
Black with #2ACDDC
Text Example
Text Example
White with #2ACDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACDDC; }
p { color: rgb(42,205,220); }
H1.HeaderClassName
{
color: #2ACDDC;
}
.AnyTagClassName
{
color: #2ACDDC;
}
</style>
background-color css
<style>
a { background-color: #2ACDDC; }
a { background-color: rgb(42,205,220); }
div.DivClassName
{
background-color: #2ACDDC;
}
.BgClassName
{
background-color: #2ACDDC;
}
</style>
border-color css
<style>
span { border-color: #2ACDDC; }
span { border-color: rgb(42,205,220); }
td.TdClassName
{
border-color: #2ACDDC;
}
.TagClassName
{
border-color: #2ACDDC;
}
</style>