Shades of Turquoise #2AEFE4
Tints of Turquoise #2AEFE4
RGB
CMYK
RGB Variations
Color information
#2AEFE4 (or 0x2AEFE4) is known color: Turquoise. HEX triplet: 2A, EF and E4. RGB value is (42,239,228). Sum of RGB (Red+Green+Blue) = 42+239+228=509 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.25% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEFE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEFE4 is #D5101B. Grayscale: #B2B2B2. Windows color (decimal): -13963292 or 15003434. OLE color: 15003434.
HSL color Cylindrical-coordinate representation of color #2AEFE4: hue angle of 176.65º 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 #2AEFE4 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 239 | 228 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.06 |
| HSL | 176.65º | 0.86% | 0.55% | - |
| HSV(B) | 176.65º | 0.82% | 0.94% | - |
| XYZ | 45.82 | 67.83 | 84.08 | - |
| YUV | 178.84 | 155.73 | 30.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 239 | 228 | 0.82 | 0 | 0.05 | 0.06 | 176.65 | 0.86 | 0.55 |
| Hex | 2A | EF | E4 | 52 | 0 | 5 | 6 | B1 | 56 | 37 |
| Octal | 52 | 357 | 344 | 122 | 0 | 5 | 6 | 261 | 126 | 67 |
| Binary | 101010 | 11101111 | 11100100 | 1010010 | 0 | 101 | 110 | 10110001 | 1010110 | 110111 |
Color Harmonies of #2AEFE4
Complementary color
Monochromatic Colors of #2AEFE4
Black with #2AEFE4
Text Example
Text Example
White with #2AEFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEFE4; }
p { color: rgb(42,239,228); }
H1.HeaderClassName
{
color: #2AEFE4;
}
.AnyTagClassName
{
color: #2AEFE4;
}
</style>
background-color css
<style>
a { background-color: #2AEFE4; }
a { background-color: rgb(42,239,228); }
div.DivClassName
{
background-color: #2AEFE4;
}
.BgClassName
{
background-color: #2AEFE4;
}
</style>
border-color css
<style>
span { border-color: #2AEFE4; }
span { border-color: rgb(42,239,228); }
td.TdClassName
{
border-color: #2AEFE4;
}
.TagClassName
{
border-color: #2AEFE4;
}
</style>