Shades of Turquoise #2ADFBB
Tints of Turquoise #2ADFBB
RGB
CMYK
RGB Variations
Color information
#2ADFBB (or 0x2ADFBB) is known color: Turquoise. HEX triplet: 2A, DF and BB. RGB value is (42,223,187). Sum of RGB (Red+Green+Blue) = 42+223+187=452 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.29% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADFBB is #D52044. Grayscale: #A4A4A4. Windows color (decimal): -13967429 or 12312362. OLE color: 12312362.
HSL color Cylindrical-coordinate representation of color #2ADFBB: hue angle of 168.07º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADFBB is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 187 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.13 |
| HSL | 168.07º | 0.74% | 0.52% | - |
| HSV(B) | 168.07º | 0.81% | 0.87% | - |
| XYZ | 36.31 | 56.86 | 56.07 | - |
| YUV | 164.78 | 140.53 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 187 | 0.81 | 0 | 0.16 | 0.13 | 168.07 | 0.74 | 0.52 |
| Hex | 2A | DF | BB | 51 | 0 | 10 | D | A8 | 4A | 34 |
| Octal | 52 | 337 | 273 | 121 | 0 | 20 | 15 | 250 | 112 | 64 |
| Binary | 101010 | 11011111 | 10111011 | 1010001 | 0 | 10000 | 1101 | 10101000 | 1001010 | 110100 |
Color Harmonies of #2ADFBB
Complementary color
Monochromatic Colors of #2ADFBB
Black with #2ADFBB
Text Example
Text Example
White with #2ADFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFBB; }
p { color: rgb(42,223,187); }
H1.HeaderClassName
{
color: #2ADFBB;
}
.AnyTagClassName
{
color: #2ADFBB;
}
</style>
background-color css
<style>
a { background-color: #2ADFBB; }
a { background-color: rgb(42,223,187); }
div.DivClassName
{
background-color: #2ADFBB;
}
.BgClassName
{
background-color: #2ADFBB;
}
</style>
border-color css
<style>
span { border-color: #2ADFBB; }
span { border-color: rgb(42,223,187); }
td.TdClassName
{
border-color: #2ADFBB;
}
.TagClassName
{
border-color: #2ADFBB;
}
</style>