Shades of Turquoise #2AEFD8
Tints of Turquoise #2AEFD8
RGB
CMYK
RGB Variations
Color information
#2AEFD8 (or 0x2AEFD8) is known color: Turquoise. HEX triplet: 2A, EF and D8. RGB value is (42,239,216). Sum of RGB (Red+Green+Blue) = 42+239+216=497 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.45% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEFD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEFD8 is #D51027. Grayscale: #B1B1B1. Windows color (decimal): -13963304 or 14217002. OLE color: 14217002.
HSL color Cylindrical-coordinate representation of color #2AEFD8: hue angle of 172.99º 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 #2AEFD8 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 239 | 216 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.06 |
| HSL | 172.99º | 0.86% | 0.55% | - |
| HSV(B) | 172.99º | 0.82% | 0.94% | - |
| XYZ | 44.22 | 67.18 | 75.6 | - |
| YUV | 177.48 | 149.73 | 31.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 239 | 216 | 0.82 | 0 | 0.10 | 0.06 | 172.99 | 0.86 | 0.55 |
| Hex | 2A | EF | D8 | 52 | 0 | A | 6 | AD | 56 | 37 |
| Octal | 52 | 357 | 330 | 122 | 0 | 12 | 6 | 255 | 126 | 67 |
| Binary | 101010 | 11101111 | 11011000 | 1010010 | 0 | 1010 | 110 | 10101101 | 1010110 | 110111 |
Color Harmonies of #2AEFD8
Complementary color
Monochromatic Colors of #2AEFD8
Black with #2AEFD8
Text Example
Text Example
White with #2AEFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEFD8; }
p { color: rgb(42,239,216); }
H1.HeaderClassName
{
color: #2AEFD8;
}
.AnyTagClassName
{
color: #2AEFD8;
}
</style>
background-color css
<style>
a { background-color: #2AEFD8; }
a { background-color: rgb(42,239,216); }
div.DivClassName
{
background-color: #2AEFD8;
}
.BgClassName
{
background-color: #2AEFD8;
}
</style>
border-color css
<style>
span { border-color: #2AEFD8; }
span { border-color: rgb(42,239,216); }
td.TdClassName
{
border-color: #2AEFD8;
}
.TagClassName
{
border-color: #2AEFD8;
}
</style>