Shades of Turquoise #2AFFDA
Tints of Turquoise #2AFFDA
RGB
CMYK
RGB Variations
Color information
#2AFFDA (or 0x2AFFDA) is known color: Turquoise. HEX triplet: 2A, FF and DA. RGB value is (42,255,218). Sum of RGB (Red+Green+Blue) = 42+255+218=515 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.16% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFFDA is #D50025. Grayscale: #BBBBBB. Windows color (decimal): -13959206 or 14352170. OLE color: 14352170.
HSL color Cylindrical-coordinate representation of color #2AFFDA: hue angle of 169.58º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFFDA is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 218 | - |
| CMYK | 0.84 | 0 | 0.15 | 0 |
| HSL | 169.58º | 1% | 0.58% | - |
| HSV(B) | 169.58º | 0.84% | 1% | - |
| XYZ | 49.37 | 77.07 | 78.6 | - |
| YUV | 187.1 | 145.43 | 24.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 218 | 0.84 | 0 | 0.15 | 0 | 169.58 | 1 | 0.58 |
| Hex | 2A | FF | DA | 54 | 0 | F | 0 | AA | 64 | 3A |
| Octal | 52 | 377 | 332 | 124 | 0 | 17 | 0 | 252 | 144 | 72 |
| Binary | 101010 | 11111111 | 11011010 | 1010100 | 0 | 1111 | 0 | 10101010 | 1100100 | 111010 |
Color Harmonies of #2AFFDA
Complementary color
Monochromatic Colors of #2AFFDA
Black with #2AFFDA
Text Example
Text Example
White with #2AFFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFFDA; }
p { color: rgb(42,255,218); }
H1.HeaderClassName
{
color: #2AFFDA;
}
.AnyTagClassName
{
color: #2AFFDA;
}
</style>
background-color css
<style>
a { background-color: #2AFFDA; }
a { background-color: rgb(42,255,218); }
div.DivClassName
{
background-color: #2AFFDA;
}
.BgClassName
{
background-color: #2AFFDA;
}
</style>
border-color css
<style>
span { border-color: #2AFFDA; }
span { border-color: rgb(42,255,218); }
td.TdClassName
{
border-color: #2AFFDA;
}
.TagClassName
{
border-color: #2AFFDA;
}
</style>