Shades of Turquoise #2AFFDD
Tints of Turquoise #2AFFDD
RGB
CMYK
RGB Variations
Color information
#2AFFDD (or 0x2AFFDD) is known color: Turquoise. HEX triplet: 2A, FF and DD. RGB value is (42,255,221). Sum of RGB (Red+Green+Blue) = 42+255+221=518 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.11% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFFDD is #D50022. Grayscale: #BBBBBB. Windows color (decimal): -13959203 or 14548778. OLE color: 14548778.
HSL color Cylindrical-coordinate representation of color #2AFFDD: hue angle of 170.42º 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 #2AFFDD is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 221 | - |
| CMYK | 0.84 | 0 | 0.13 | 0 |
| HSL | 170.42º | 1% | 0.58% | - |
| HSV(B) | 170.42º | 0.84% | 1% | - |
| XYZ | 49.77 | 77.23 | 80.69 | - |
| YUV | 187.44 | 146.93 | 24.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 221 | 0.84 | 0 | 0.13 | 0 | 170.42 | 1 | 0.58 |
| Hex | 2A | FF | DD | 54 | 0 | D | 0 | AA | 64 | 3A |
| Octal | 52 | 377 | 335 | 124 | 0 | 15 | 0 | 252 | 144 | 72 |
| Binary | 101010 | 11111111 | 11011101 | 1010100 | 0 | 1101 | 0 | 10101010 | 1100100 | 111010 |
Color Harmonies of #2AFFDD
Complementary color
Monochromatic Colors of #2AFFDD
Black with #2AFFDD
Text Example
Text Example
White with #2AFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFFDD; }
p { color: rgb(42,255,221); }
H1.HeaderClassName
{
color: #2AFFDD;
}
.AnyTagClassName
{
color: #2AFFDD;
}
</style>
background-color css
<style>
a { background-color: #2AFFDD; }
a { background-color: rgb(42,255,221); }
div.DivClassName
{
background-color: #2AFFDD;
}
.BgClassName
{
background-color: #2AFFDD;
}
</style>
border-color css
<style>
span { border-color: #2AFFDD; }
span { border-color: rgb(42,255,221); }
td.TdClassName
{
border-color: #2AFFDD;
}
.TagClassName
{
border-color: #2AFFDD;
}
</style>