Shades of Turquoise #2AEEC3
Tints of Turquoise #2AEEC3
RGB
CMYK
RGB Variations
Color information
#2AEEC3 (or 0x2AEEC3) is known color: Turquoise. HEX triplet: 2A, EE and C3. RGB value is (42,238,195). Sum of RGB (Red+Green+Blue) = 42+238+195=475 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.84% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #2AEEC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEEC3 is #D5113C. Grayscale: #AEAEAE. Windows color (decimal): -13963581 or 12840490. OLE color: 12840490.
HSL color Cylindrical-coordinate representation of color #2AEEC3: hue angle of 166.84º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEEC3 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 238 | 195 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.07 |
| HSL | 166.84º | 0.85% | 0.55% | - |
| HSV(B) | 166.84º | 0.82% | 0.93% | - |
| XYZ | 41.38 | 65.58 | 62.11 | - |
| YUV | 174.49 | 139.57 | 33.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 238 | 195 | 0.82 | 0 | 0.18 | 0.07 | 166.84 | 0.85 | 0.55 |
| Hex | 2A | EE | C3 | 52 | 0 | 12 | 7 | A7 | 55 | 37 |
| Octal | 52 | 356 | 303 | 122 | 0 | 22 | 7 | 247 | 125 | 67 |
| Binary | 101010 | 11101110 | 11000011 | 1010010 | 0 | 10010 | 111 | 10100111 | 1010101 | 110111 |
Color Harmonies of #2AEEC3
Complementary color
Monochromatic Colors of #2AEEC3
Black with #2AEEC3
Text Example
Text Example
White with #2AEEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEEC3; }
p { color: rgb(42,238,195); }
H1.HeaderClassName
{
color: #2AEEC3;
}
.AnyTagClassName
{
color: #2AEEC3;
}
</style>
background-color css
<style>
a { background-color: #2AEEC3; }
a { background-color: rgb(42,238,195); }
div.DivClassName
{
background-color: #2AEEC3;
}
.BgClassName
{
background-color: #2AEEC3;
}
</style>
border-color css
<style>
span { border-color: #2AEEC3; }
span { border-color: rgb(42,238,195); }
td.TdClassName
{
border-color: #2AEEC3;
}
.TagClassName
{
border-color: #2AEEC3;
}
</style>