Shades of Turquoise #2ACDD6
Tints of Turquoise #2ACDD6
RGB
CMYK
RGB Variations
Color information
#2ACDD6 (or 0x2ACDD6) is known color: Turquoise. HEX triplet: 2A, CD and D6. RGB value is (42,205,214). Sum of RGB (Red+Green+Blue) = 42+205+214=461 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.11% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 214 - color contains mainly: blue. Hex color #2ACDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACDD6 is #D53229. Grayscale: #9D9D9D. Windows color (decimal): -13972010 or 14077226. OLE color: 14077226.
HSL color Cylindrical-coordinate representation of color #2ACDD6: hue angle of 183.14º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACDD6 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 205 | 214 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.16 |
| HSL | 183.14º | 0.68% | 0.5% | - |
| HSV(B) | 183.14º | 0.8% | 0.84% | - |
| XYZ | 34.92 | 49.01 | 71.24 | - |
| YUV | 157.29 | 160 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 214 | 0.80 | 0.04 | 0 | 0.16 | 183.14 | 0.68 | 0.5 |
| Hex | 2A | CD | D6 | 50 | 4 | 0 | 10 | B7 | 44 | 32 |
| Octal | 52 | 315 | 326 | 120 | 4 | 0 | 20 | 267 | 104 | 62 |
| Binary | 101010 | 11001101 | 11010110 | 1010000 | 100 | 0 | 10000 | 10110111 | 1000100 | 110010 |
Color Harmonies of #2ACDD6
Complementary color
Monochromatic Colors of #2ACDD6
Black with #2ACDD6
Text Example
Text Example
White with #2ACDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACDD6; }
p { color: rgb(42,205,214); }
H1.HeaderClassName
{
color: #2ACDD6;
}
.AnyTagClassName
{
color: #2ACDD6;
}
</style>
background-color css
<style>
a { background-color: #2ACDD6; }
a { background-color: rgb(42,205,214); }
div.DivClassName
{
background-color: #2ACDD6;
}
.BgClassName
{
background-color: #2ACDD6;
}
</style>
border-color css
<style>
span { border-color: #2ACDD6; }
span { border-color: rgb(42,205,214); }
td.TdClassName
{
border-color: #2ACDD6;
}
.TagClassName
{
border-color: #2ACDD6;
}
</style>