Shades of Turquoise #2AFDBC
Tints of Turquoise #2AFDBC
RGB
CMYK
RGB Variations
Color information
#2AFDBC (or 0x2AFDBC) is known color: Turquoise. HEX triplet: 2A, FD and BC. RGB value is (42,253,188). Sum of RGB (Red+Green+Blue) = 42+253+188=483 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.70% from 483); Green value is 253 (99.22% from 255 or 52.38% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFDBC is #D50243. Grayscale: #B6B6B6. Windows color (decimal): -13959748 or 12385578. OLE color: 12385578.
HSL color Cylindrical-coordinate representation of color #2AFDBC: hue angle of 161.52º 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 #2AFDBC is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 188 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.01 |
| HSL | 161.52º | 0.98% | 0.58% | - |
| HSV(B) | 161.52º | 0.83% | 0.99% | - |
| XYZ | 45.16 | 74.37 | 59.55 | - |
| YUV | 182.5 | 131.1 | 27.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 188 | 0.83 | 0 | 0.26 | 0.01 | 161.52 | 0.98 | 0.58 |
| Hex | 2A | FD | BC | 53 | 0 | 1A | 1 | A2 | 62 | 3A |
| Octal | 52 | 375 | 274 | 123 | 0 | 32 | 1 | 242 | 142 | 72 |
| Binary | 101010 | 11111101 | 10111100 | 1010011 | 0 | 11010 | 1 | 10100010 | 1100010 | 111010 |
Color Harmonies of #2AFDBC
Complementary color
Monochromatic Colors of #2AFDBC
Black with #2AFDBC
Text Example
Text Example
White with #2AFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFDBC; }
p { color: rgb(42,253,188); }
H1.HeaderClassName
{
color: #2AFDBC;
}
.AnyTagClassName
{
color: #2AFDBC;
}
</style>
background-color css
<style>
a { background-color: #2AFDBC; }
a { background-color: rgb(42,253,188); }
div.DivClassName
{
background-color: #2AFDBC;
}
.BgClassName
{
background-color: #2AFDBC;
}
</style>
border-color css
<style>
span { border-color: #2AFDBC; }
span { border-color: rgb(42,253,188); }
td.TdClassName
{
border-color: #2AFDBC;
}
.TagClassName
{
border-color: #2AFDBC;
}
</style>