Shades of Turquoise #2AECCD
Tints of Turquoise #2AECCD
RGB
CMYK
RGB Variations
Color information
#2AECCD (or 0x2AECCD) is known color: Turquoise. HEX triplet: 2A, EC and CD. RGB value is (42,236,205). Sum of RGB (Red+Green+Blue) = 42+236+205=483 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.70% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #2AECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AECCD is #D51332. Grayscale: #AEAEAE. Windows color (decimal): -13964083 or 13495338. OLE color: 13495338.
HSL color Cylindrical-coordinate representation of color #2AECCD: hue angle of 170.41º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AECCD is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 236 | 205 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.07 |
| HSL | 170.41º | 0.84% | 0.55% | - |
| HSV(B) | 170.41º | 0.82% | 0.93% | - |
| XYZ | 41.97 | 64.89 | 68.07 | - |
| YUV | 174.46 | 145.23 | 33.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 205 | 0.82 | 0 | 0.13 | 0.07 | 170.41 | 0.84 | 0.55 |
| Hex | 2A | EC | CD | 52 | 0 | D | 7 | AA | 54 | 37 |
| Octal | 52 | 354 | 315 | 122 | 0 | 15 | 7 | 252 | 124 | 67 |
| Binary | 101010 | 11101100 | 11001101 | 1010010 | 0 | 1101 | 111 | 10101010 | 1010100 | 110111 |
Color Harmonies of #2AECCD
Complementary color
Monochromatic Colors of #2AECCD
Black with #2AECCD
Text Example
Text Example
White with #2AECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AECCD; }
p { color: rgb(42,236,205); }
H1.HeaderClassName
{
color: #2AECCD;
}
.AnyTagClassName
{
color: #2AECCD;
}
</style>
background-color css
<style>
a { background-color: #2AECCD; }
a { background-color: rgb(42,236,205); }
div.DivClassName
{
background-color: #2AECCD;
}
.BgClassName
{
background-color: #2AECCD;
}
</style>
border-color css
<style>
span { border-color: #2AECCD; }
span { border-color: rgb(42,236,205); }
td.TdClassName
{
border-color: #2AECCD;
}
.TagClassName
{
border-color: #2AECCD;
}
</style>