Shades of Turquoise #2AEFD6
Tints of Turquoise #2AEFD6
RGB
CMYK
RGB Variations
Color information
#2AEFD6 (or 0x2AEFD6) is known color: Turquoise. HEX triplet: 2A, EF and D6. RGB value is (42,239,214). Sum of RGB (Red+Green+Blue) = 42+239+214=495 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.48% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEFD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEFD6 is #D51029. Grayscale: #B1B1B1. Windows color (decimal): -13963306 or 14085930. OLE color: 14085930.
HSL color Cylindrical-coordinate representation of color #2AEFD6: hue angle of 172.39º 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 #2AEFD6 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 239 | 214 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.06 |
| HSL | 172.39º | 0.86% | 0.55% | - |
| HSV(B) | 172.39º | 0.82% | 0.94% | - |
| XYZ | 43.96 | 67.08 | 74.25 | - |
| YUV | 177.25 | 148.73 | 31.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 239 | 214 | 0.82 | 0 | 0.10 | 0.06 | 172.39 | 0.86 | 0.55 |
| Hex | 2A | EF | D6 | 52 | 0 | A | 6 | AC | 56 | 37 |
| Octal | 52 | 357 | 326 | 122 | 0 | 12 | 6 | 254 | 126 | 67 |
| Binary | 101010 | 11101111 | 11010110 | 1010010 | 0 | 1010 | 110 | 10101100 | 1010110 | 110111 |
Color Harmonies of #2AEFD6
Complementary color
Monochromatic Colors of #2AEFD6
Black with #2AEFD6
Text Example
Text Example
White with #2AEFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEFD6; }
p { color: rgb(42,239,214); }
H1.HeaderClassName
{
color: #2AEFD6;
}
.AnyTagClassName
{
color: #2AEFD6;
}
</style>
background-color css
<style>
a { background-color: #2AEFD6; }
a { background-color: rgb(42,239,214); }
div.DivClassName
{
background-color: #2AEFD6;
}
.BgClassName
{
background-color: #2AEFD6;
}
</style>
border-color css
<style>
span { border-color: #2AEFD6; }
span { border-color: rgb(42,239,214); }
td.TdClassName
{
border-color: #2AEFD6;
}
.TagClassName
{
border-color: #2AEFD6;
}
</style>