Shades of Turquoise #2AEFDB
Tints of Turquoise #2AEFDB
RGB
CMYK
RGB Variations
Color information
#2AEFDB (or 0x2AEFDB) is known color: Turquoise. HEX triplet: 2A, EF and DB. RGB value is (42,239,219). Sum of RGB (Red+Green+Blue) = 42+239+219=500 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.4% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEFDB is #D51024. Grayscale: #B1B1B1. Windows color (decimal): -13963301 or 14413610. OLE color: 14413610.
HSL color Cylindrical-coordinate representation of color #2AEFDB: hue angle of 173.91º 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 #2AEFDB is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 239 | 219 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.06 |
| HSL | 173.91º | 0.86% | 0.55% | - |
| HSV(B) | 173.91º | 0.82% | 0.94% | - |
| XYZ | 44.61 | 67.34 | 77.66 | - |
| YUV | 177.82 | 151.23 | 31.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 239 | 219 | 0.82 | 0 | 0.08 | 0.06 | 173.91 | 0.86 | 0.55 |
| Hex | 2A | EF | DB | 52 | 0 | 8 | 6 | AE | 56 | 37 |
| Octal | 52 | 357 | 333 | 122 | 0 | 10 | 6 | 256 | 126 | 67 |
| Binary | 101010 | 11101111 | 11011011 | 1010010 | 0 | 1000 | 110 | 10101110 | 1010110 | 110111 |
Color Harmonies of #2AEFDB
Complementary color
Monochromatic Colors of #2AEFDB
Black with #2AEFDB
Text Example
Text Example
White with #2AEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEFDB; }
p { color: rgb(42,239,219); }
H1.HeaderClassName
{
color: #2AEFDB;
}
.AnyTagClassName
{
color: #2AEFDB;
}
</style>
background-color css
<style>
a { background-color: #2AEFDB; }
a { background-color: rgb(42,239,219); }
div.DivClassName
{
background-color: #2AEFDB;
}
.BgClassName
{
background-color: #2AEFDB;
}
</style>
border-color css
<style>
span { border-color: #2AEFDB; }
span { border-color: rgb(42,239,219); }
td.TdClassName
{
border-color: #2AEFDB;
}
.TagClassName
{
border-color: #2AEFDB;
}
</style>