Shades of Turquoise #2AFEDD
Tints of Turquoise #2AFEDD
RGB
CMYK
RGB Variations
Color information
#2AFEDD (or 0x2AFEDD) is known color: Turquoise. HEX triplet: 2A, FE and DD. RGB value is (42,254,221). Sum of RGB (Red+Green+Blue) = 42+254+221=517 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.12% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFEDD is #D50122. Grayscale: #BABABA. Windows color (decimal): -13959459 or 14548522. OLE color: 14548522.
HSL color Cylindrical-coordinate representation of color #2AFEDD: hue angle of 170.66º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFEDD is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 221 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.00 |
| HSL | 170.66º | 0.99% | 0.58% | - |
| HSV(B) | 170.66º | 0.83% | 1% | - |
| XYZ | 49.45 | 76.6 | 80.59 | - |
| YUV | 186.85 | 147.26 | 24.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 221 | 0.83 | 0 | 0.13 | 0.00 | 170.66 | 0.99 | 0.58 |
| Hex | 2A | FE | DD | 53 | 0 | D | 0 | AB | 63 | 3A |
| Octal | 52 | 376 | 335 | 123 | 0 | 15 | 0 | 253 | 143 | 72 |
| Binary | 101010 | 11111110 | 11011101 | 1010011 | 0 | 1101 | 0 | 10101011 | 1100011 | 111010 |
Color Harmonies of #2AFEDD
Complementary color
Monochromatic Colors of #2AFEDD
Black with #2AFEDD
Text Example
Text Example
White with #2AFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFEDD; }
p { color: rgb(42,254,221); }
H1.HeaderClassName
{
color: #2AFEDD;
}
.AnyTagClassName
{
color: #2AFEDD;
}
</style>
background-color css
<style>
a { background-color: #2AFEDD; }
a { background-color: rgb(42,254,221); }
div.DivClassName
{
background-color: #2AFEDD;
}
.BgClassName
{
background-color: #2AFEDD;
}
</style>
border-color css
<style>
span { border-color: #2AFEDD; }
span { border-color: rgb(42,254,221); }
td.TdClassName
{
border-color: #2AFEDD;
}
.TagClassName
{
border-color: #2AFEDD;
}
</style>