Shades of Turquoise #2AEACF
Tints of Turquoise #2AEACF
RGB
CMYK
RGB Variations
Color information
#2AEACF (or 0x2AEACF) is known color: Turquoise. HEX triplet: 2A, EA and CF. RGB value is (42,234,207). Sum of RGB (Red+Green+Blue) = 42+234+207=483 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.70% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEACF is #D51530. Grayscale: #ADADAD. Windows color (decimal): -13964593 or 13625898. OLE color: 13625898.
HSL color Cylindrical-coordinate representation of color #2AEACF: hue angle of 171.56º degrees, saturation: 0.82, 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 #2AEACF is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 207 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.08 |
| HSL | 171.56º | 0.82% | 0.54% | - |
| HSV(B) | 171.56º | 0.82% | 0.92% | - |
| XYZ | 41.64 | 63.84 | 69.16 | - |
| YUV | 173.51 | 146.89 | 34.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 207 | 0.82 | 0 | 0.12 | 0.08 | 171.56 | 0.82 | 0.54 |
| Hex | 2A | EA | CF | 52 | 0 | C | 8 | AC | 52 | 36 |
| Octal | 52 | 352 | 317 | 122 | 0 | 14 | 10 | 254 | 122 | 66 |
| Binary | 101010 | 11101010 | 11001111 | 1010010 | 0 | 1100 | 1000 | 10101100 | 1010010 | 110110 |
Color Harmonies of #2AEACF
Complementary color
Monochromatic Colors of #2AEACF
Black with #2AEACF
Text Example
Text Example
White with #2AEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEACF; }
p { color: rgb(42,234,207); }
H1.HeaderClassName
{
color: #2AEACF;
}
.AnyTagClassName
{
color: #2AEACF;
}
</style>
background-color css
<style>
a { background-color: #2AEACF; }
a { background-color: rgb(42,234,207); }
div.DivClassName
{
background-color: #2AEACF;
}
.BgClassName
{
background-color: #2AEACF;
}
</style>
border-color css
<style>
span { border-color: #2AEACF; }
span { border-color: rgb(42,234,207); }
td.TdClassName
{
border-color: #2AEACF;
}
.TagClassName
{
border-color: #2AEACF;
}
</style>