Shades of Turquoise #2AFDD8
Tints of Turquoise #2AFDD8
RGB
CMYK
RGB Variations
Color information
#2AFDD8 (or 0x2AFDD8) is known color: Turquoise. HEX triplet: 2A, FD and D8. RGB value is (42,253,216). Sum of RGB (Red+Green+Blue) = 42+253+216=511 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.22% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFDD8 is #D50227. Grayscale: #B9B9B9. Windows color (decimal): -13959720 or 14220586. OLE color: 14220586.
HSL color Cylindrical-coordinate representation of color #2AFDD8: hue angle of 169.48º 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 #2AFDD8 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 216 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.01 |
| HSL | 169.48º | 0.98% | 0.58% | - |
| HSV(B) | 169.48º | 0.83% | 0.99% | - |
| XYZ | 48.47 | 75.7 | 77.02 | - |
| YUV | 185.69 | 145.1 | 25.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 216 | 0.83 | 0 | 0.15 | 0.01 | 169.48 | 0.98 | 0.58 |
| Hex | 2A | FD | D8 | 53 | 0 | F | 1 | A9 | 62 | 3A |
| Octal | 52 | 375 | 330 | 123 | 0 | 17 | 1 | 251 | 142 | 72 |
| Binary | 101010 | 11111101 | 11011000 | 1010011 | 0 | 1111 | 1 | 10101001 | 1100010 | 111010 |
Color Harmonies of #2AFDD8
Complementary color
Monochromatic Colors of #2AFDD8
Black with #2AFDD8
Text Example
Text Example
White with #2AFDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFDD8; }
p { color: rgb(42,253,216); }
H1.HeaderClassName
{
color: #2AFDD8;
}
.AnyTagClassName
{
color: #2AFDD8;
}
</style>
background-color css
<style>
a { background-color: #2AFDD8; }
a { background-color: rgb(42,253,216); }
div.DivClassName
{
background-color: #2AFDD8;
}
.BgClassName
{
background-color: #2AFDD8;
}
</style>
border-color css
<style>
span { border-color: #2AFDD8; }
span { border-color: rgb(42,253,216); }
td.TdClassName
{
border-color: #2AFDD8;
}
.TagClassName
{
border-color: #2AFDD8;
}
</style>