Shades of Turquoise #2ACDCD
Tints of Turquoise #2ACDCD
RGB
CMYK
RGB Variations
Color information
#2ACDCD (or 0x2ACDCD) is known color: Turquoise. HEX triplet: 2A, CD and CD. RGB value is (42,205,205). Sum of RGB (Red+Green+Blue) = 42+205+205=452 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.29% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #2ACDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACDCD is #D53232. Grayscale: #9C9C9C. Windows color (decimal): -13972019 or 13487402. OLE color: 13487402.
HSL color Cylindrical-coordinate representation of color #2ACDCD: hue angle of 180º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACDCD is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 205 | - |
| CMYK | 0.80 | 0 | 0 | 0.20 |
| HSL | 180º | 0.66% | 0.48% | - |
| HSV(B) | 180º | 0.8% | 0.8% | - |
| XYZ | 33.81 | 48.56 | 65.35 | - |
| YUV | 156.26 | 155.5 | 46.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 205 | 0.80 | 0 | 0 | 0.20 | 180 | 0.66 | 0.48 |
| Hex | 2A | CD | CD | 50 | 0 | 0 | 14 | B4 | 42 | 30 |
| Octal | 52 | 315 | 315 | 120 | 0 | 0 | 24 | 264 | 102 | 60 |
| Binary | 101010 | 11001101 | 11001101 | 1010000 | 0 | 0 | 10100 | 10110100 | 1000010 | 110000 |
Color Harmonies of #2ACDCD
Complementary color
Monochromatic Colors of #2ACDCD
Black with #2ACDCD
Text Example
Text Example
White with #2ACDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACDCD; }
p { color: rgb(42,205,205); }
H1.HeaderClassName
{
color: #2ACDCD;
}
.AnyTagClassName
{
color: #2ACDCD;
}
</style>
background-color css
<style>
a { background-color: #2ACDCD; }
a { background-color: rgb(42,205,205); }
div.DivClassName
{
background-color: #2ACDCD;
}
.BgClassName
{
background-color: #2ACDCD;
}
</style>
border-color css
<style>
span { border-color: #2ACDCD; }
span { border-color: rgb(42,205,205); }
td.TdClassName
{
border-color: #2ACDCD;
}
.TagClassName
{
border-color: #2ACDCD;
}
</style>