Shades of Turquoise #2AFDBB
Tints of Turquoise #2AFDBB
RGB
CMYK
RGB Variations
Color information
#2AFDBB (or 0x2AFDBB) is known color: Turquoise. HEX triplet: 2A, FD and BB. RGB value is (42,253,187). Sum of RGB (Red+Green+Blue) = 42+253+187=482 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.71% from 482); Green value is 253 (99.22% from 255 or 52.49% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFDBB is #D50244. Grayscale: #B6B6B6. Windows color (decimal): -13959749 or 12320042. OLE color: 12320042.
HSL color Cylindrical-coordinate representation of color #2AFDBB: hue angle of 161.23º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFDBB is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 187 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.01 |
| HSL | 161.23º | 0.98% | 0.58% | - |
| HSV(B) | 161.23º | 0.83% | 0.99% | - |
| XYZ | 45.05 | 74.33 | 58.99 | - |
| YUV | 182.39 | 130.6 | 27.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 187 | 0.83 | 0 | 0.26 | 0.01 | 161.23 | 0.98 | 0.58 |
| Hex | 2A | FD | BB | 53 | 0 | 1A | 1 | A1 | 62 | 3A |
| Octal | 52 | 375 | 273 | 123 | 0 | 32 | 1 | 241 | 142 | 72 |
| Binary | 101010 | 11111101 | 10111011 | 1010011 | 0 | 11010 | 1 | 10100001 | 1100010 | 111010 |
Color Harmonies of #2AFDBB
Complementary color
Monochromatic Colors of #2AFDBB
Black with #2AFDBB
Text Example
Text Example
White with #2AFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFDBB; }
p { color: rgb(42,253,187); }
H1.HeaderClassName
{
color: #2AFDBB;
}
.AnyTagClassName
{
color: #2AFDBB;
}
</style>
background-color css
<style>
a { background-color: #2AFDBB; }
a { background-color: rgb(42,253,187); }
div.DivClassName
{
background-color: #2AFDBB;
}
.BgClassName
{
background-color: #2AFDBB;
}
</style>
border-color css
<style>
span { border-color: #2AFDBB; }
span { border-color: rgb(42,253,187); }
td.TdClassName
{
border-color: #2AFDBB;
}
.TagClassName
{
border-color: #2AFDBB;
}
</style>