Shades of Turquoise #2AEFD2
Tints of Turquoise #2AEFD2
RGB
CMYK
RGB Variations
Color information
#2AEFD2 (or 0x2AEFD2) is known color: Turquoise. HEX triplet: 2A, EF and D2. RGB value is (42,239,210). Sum of RGB (Red+Green+Blue) = 42+239+210=491 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.55% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEFD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEFD2 is #D5102D. Grayscale: #B0B0B0. Windows color (decimal): -13963310 or 13823786. OLE color: 13823786.
HSL color Cylindrical-coordinate representation of color #2AEFD2: hue angle of 171.17º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEFD2 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 239 | 210 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.06 |
| HSL | 171.17º | 0.86% | 0.55% | - |
| HSV(B) | 171.17º | 0.82% | 0.94% | - |
| XYZ | 43.45 | 66.88 | 71.59 | - |
| YUV | 176.79 | 146.73 | 31.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 239 | 210 | 0.82 | 0 | 0.12 | 0.06 | 171.17 | 0.86 | 0.55 |
| Hex | 2A | EF | D2 | 52 | 0 | C | 6 | AB | 56 | 37 |
| Octal | 52 | 357 | 322 | 122 | 0 | 14 | 6 | 253 | 126 | 67 |
| Binary | 101010 | 11101111 | 11010010 | 1010010 | 0 | 1100 | 110 | 10101011 | 1010110 | 110111 |
Color Harmonies of #2AEFD2
Complementary color
Monochromatic Colors of #2AEFD2
Black with #2AEFD2
Text Example
Text Example
White with #2AEFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEFD2; }
p { color: rgb(42,239,210); }
H1.HeaderClassName
{
color: #2AEFD2;
}
.AnyTagClassName
{
color: #2AEFD2;
}
</style>
background-color css
<style>
a { background-color: #2AEFD2; }
a { background-color: rgb(42,239,210); }
div.DivClassName
{
background-color: #2AEFD2;
}
.BgClassName
{
background-color: #2AEFD2;
}
</style>
border-color css
<style>
span { border-color: #2AEFD2; }
span { border-color: rgb(42,239,210); }
td.TdClassName
{
border-color: #2AEFD2;
}
.TagClassName
{
border-color: #2AEFD2;
}
</style>