Shades of Turquoise #2ACDDD
Tints of Turquoise #2ACDDD
RGB
CMYK
RGB Variations
Color information
#2ACDDD (or 0x2ACDDD) is known color: Turquoise. HEX triplet: 2A, CD and DD. RGB value is (42,205,221). Sum of RGB (Red+Green+Blue) = 42+205+221=468 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.97% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #2ACDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACDDD is #D53222. Grayscale: #9D9D9D. Windows color (decimal): -13972003 or 14535978. OLE color: 14535978.
HSL color Cylindrical-coordinate representation of color #2ACDDD: hue angle of 185.36º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ACDDD is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 205 | 221 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.13 |
| HSL | 185.36º | 0.72% | 0.52% | - |
| HSV(B) | 185.36º | 0.81% | 0.87% | - |
| XYZ | 35.84 | 49.38 | 76.05 | - |
| YUV | 158.09 | 163.5 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 221 | 0.81 | 0.07 | 0 | 0.13 | 185.36 | 0.72 | 0.52 |
| Hex | 2A | CD | DD | 51 | 7 | 0 | D | B9 | 48 | 34 |
| Octal | 52 | 315 | 335 | 121 | 7 | 0 | 15 | 271 | 110 | 64 |
| Binary | 101010 | 11001101 | 11011101 | 1010001 | 111 | 0 | 1101 | 10111001 | 1001000 | 110100 |
Color Harmonies of #2ACDDD
Complementary color
Monochromatic Colors of #2ACDDD
Black with #2ACDDD
Text Example
Text Example
White with #2ACDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACDDD; }
p { color: rgb(42,205,221); }
H1.HeaderClassName
{
color: #2ACDDD;
}
.AnyTagClassName
{
color: #2ACDDD;
}
</style>
background-color css
<style>
a { background-color: #2ACDDD; }
a { background-color: rgb(42,205,221); }
div.DivClassName
{
background-color: #2ACDDD;
}
.BgClassName
{
background-color: #2ACDDD;
}
</style>
border-color css
<style>
span { border-color: #2ACDDD; }
span { border-color: rgb(42,205,221); }
td.TdClassName
{
border-color: #2ACDDD;
}
.TagClassName
{
border-color: #2ACDDD;
}
</style>