Shades of Turquoise #2AFDBE
Tints of Turquoise #2AFDBE
RGB
CMYK
RGB Variations
Color information
#2AFDBE (or 0x2AFDBE) is known color: Turquoise. HEX triplet: 2A, FD and BE. RGB value is (42,253,190). Sum of RGB (Red+Green+Blue) = 42+253+190=485 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.66% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFDBE is #D50241. Grayscale: #B6B6B6. Windows color (decimal): -13959746 or 12516650. OLE color: 12516650.
HSL color Cylindrical-coordinate representation of color #2AFDBE: hue angle of 162.09º 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 #2AFDBE is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 190 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.01 |
| HSL | 162.09º | 0.98% | 0.58% | - |
| HSV(B) | 162.09º | 0.83% | 0.99% | - |
| XYZ | 45.37 | 74.46 | 60.7 | - |
| YUV | 182.73 | 132.1 | 27.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 190 | 0.83 | 0 | 0.25 | 0.01 | 162.09 | 0.98 | 0.58 |
| Hex | 2A | FD | BE | 53 | 0 | 19 | 1 | A2 | 62 | 3A |
| Octal | 52 | 375 | 276 | 123 | 0 | 31 | 1 | 242 | 142 | 72 |
| Binary | 101010 | 11111101 | 10111110 | 1010011 | 0 | 11001 | 1 | 10100010 | 1100010 | 111010 |
Color Harmonies of #2AFDBE
Complementary color
Monochromatic Colors of #2AFDBE
Black with #2AFDBE
Text Example
Text Example
White with #2AFDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFDBE; }
p { color: rgb(42,253,190); }
H1.HeaderClassName
{
color: #2AFDBE;
}
.AnyTagClassName
{
color: #2AFDBE;
}
</style>
background-color css
<style>
a { background-color: #2AFDBE; }
a { background-color: rgb(42,253,190); }
div.DivClassName
{
background-color: #2AFDBE;
}
.BgClassName
{
background-color: #2AFDBE;
}
</style>
border-color css
<style>
span { border-color: #2AFDBE; }
span { border-color: rgb(42,253,190); }
td.TdClassName
{
border-color: #2AFDBE;
}
.TagClassName
{
border-color: #2AFDBE;
}
</style>