Shades of Turquoise #2AEBCD
Tints of Turquoise #2AEBCD
RGB
CMYK
RGB Variations
Color information
#2AEBCD (or 0x2AEBCD) is known color: Turquoise. HEX triplet: 2A, EB and CD. RGB value is (42,235,205). Sum of RGB (Red+Green+Blue) = 42+235+205=482 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.71% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #2AEBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEBCD is #D51432. Grayscale: #ADADAD. Windows color (decimal): -13964339 or 13495082. OLE color: 13495082.
HSL color Cylindrical-coordinate representation of color #2AEBCD: hue angle of 170.67º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEBCD is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 235 | 205 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.08 |
| HSL | 170.67º | 0.83% | 0.54% | - |
| HSV(B) | 170.67º | 0.82% | 0.92% | - |
| XYZ | 41.68 | 64.32 | 67.98 | - |
| YUV | 173.87 | 145.56 | 33.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 235 | 205 | 0.82 | 0 | 0.13 | 0.08 | 170.67 | 0.83 | 0.54 |
| Hex | 2A | EB | CD | 52 | 0 | D | 8 | AB | 53 | 36 |
| Octal | 52 | 353 | 315 | 122 | 0 | 15 | 10 | 253 | 123 | 66 |
| Binary | 101010 | 11101011 | 11001101 | 1010010 | 0 | 1101 | 1000 | 10101011 | 1010011 | 110110 |
Color Harmonies of #2AEBCD
Complementary color
Monochromatic Colors of #2AEBCD
Black with #2AEBCD
Text Example
Text Example
White with #2AEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEBCD; }
p { color: rgb(42,235,205); }
H1.HeaderClassName
{
color: #2AEBCD;
}
.AnyTagClassName
{
color: #2AEBCD;
}
</style>
background-color css
<style>
a { background-color: #2AEBCD; }
a { background-color: rgb(42,235,205); }
div.DivClassName
{
background-color: #2AEBCD;
}
.BgClassName
{
background-color: #2AEBCD;
}
</style>
border-color css
<style>
span { border-color: #2AEBCD; }
span { border-color: rgb(42,235,205); }
td.TdClassName
{
border-color: #2AEBCD;
}
.TagClassName
{
border-color: #2AEBCD;
}
</style>