Shades of Turquoise #2AFDD9
Tints of Turquoise #2AFDD9
RGB
CMYK
RGB Variations
Color information
#2AFDD9 (or 0x2AFDD9) is known color: Turquoise. HEX triplet: 2A, FD and D9. RGB value is (42,253,217). Sum of RGB (Red+Green+Blue) = 42+253+217=512 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.20% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFDD9 is #D50226. Grayscale: #B9B9B9. Windows color (decimal): -13959719 or 14286122. OLE color: 14286122.
HSL color Cylindrical-coordinate representation of color #2AFDD9: hue angle of 169.76º 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 #2AFDD9 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 217 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.01 |
| HSL | 169.76º | 0.98% | 0.58% | - |
| HSV(B) | 169.76º | 0.83% | 0.99% | - |
| XYZ | 48.6 | 75.75 | 77.71 | - |
| YUV | 185.81 | 145.6 | 25.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 217 | 0.83 | 0 | 0.14 | 0.01 | 169.76 | 0.98 | 0.58 |
| Hex | 2A | FD | D9 | 53 | 0 | E | 1 | AA | 62 | 3A |
| Octal | 52 | 375 | 331 | 123 | 0 | 16 | 1 | 252 | 142 | 72 |
| Binary | 101010 | 11111101 | 11011001 | 1010011 | 0 | 1110 | 1 | 10101010 | 1100010 | 111010 |
Color Harmonies of #2AFDD9
Complementary color
Monochromatic Colors of #2AFDD9
Black with #2AFDD9
Text Example
Text Example
White with #2AFDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFDD9; }
p { color: rgb(42,253,217); }
H1.HeaderClassName
{
color: #2AFDD9;
}
.AnyTagClassName
{
color: #2AFDD9;
}
</style>
background-color css
<style>
a { background-color: #2AFDD9; }
a { background-color: rgb(42,253,217); }
div.DivClassName
{
background-color: #2AFDD9;
}
.BgClassName
{
background-color: #2AFDD9;
}
</style>
border-color css
<style>
span { border-color: #2AFDD9; }
span { border-color: rgb(42,253,217); }
td.TdClassName
{
border-color: #2AFDD9;
}
.TagClassName
{
border-color: #2AFDD9;
}
</style>