Shades of Turquoise #2AFDE0
Tints of Turquoise #2AFDE0
RGB
CMYK
RGB Variations
Color information
#2AFDE0 (or 0x2AFDE0) is known color: Turquoise. HEX triplet: 2A, FD and E0. RGB value is (42,253,224). Sum of RGB (Red+Green+Blue) = 42+253+224=519 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.09% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFDE0 is #D5021F. Grayscale: #BABABA. Windows color (decimal): -13959712 or 14744874. OLE color: 14744874.
HSL color Cylindrical-coordinate representation of color #2AFDE0: hue angle of 171.75º 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 #2AFDE0 is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 253 | 224 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.01 |
| HSL | 171.75º | 0.98% | 0.58% | - |
| HSV(B) | 171.75º | 0.83% | 0.99% | - |
| XYZ | 49.53 | 76.12 | 82.6 | - |
| YUV | 186.61 | 149.1 | 24.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 253 | 224 | 0.83 | 0 | 0.11 | 0.01 | 171.75 | 0.98 | 0.58 |
| Hex | 2A | FD | E0 | 53 | 0 | B | 1 | AC | 62 | 3A |
| Octal | 52 | 375 | 340 | 123 | 0 | 13 | 1 | 254 | 142 | 72 |
| Binary | 101010 | 11111101 | 11100000 | 1010011 | 0 | 1011 | 1 | 10101100 | 1100010 | 111010 |
Color Harmonies of #2AFDE0
Complementary color
Monochromatic Colors of #2AFDE0
Black with #2AFDE0
Text Example
Text Example
White with #2AFDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFDE0; }
p { color: rgb(42,253,224); }
H1.HeaderClassName
{
color: #2AFDE0;
}
.AnyTagClassName
{
color: #2AFDE0;
}
</style>
background-color css
<style>
a { background-color: #2AFDE0; }
a { background-color: rgb(42,253,224); }
div.DivClassName
{
background-color: #2AFDE0;
}
.BgClassName
{
background-color: #2AFDE0;
}
</style>
border-color css
<style>
span { border-color: #2AFDE0; }
span { border-color: rgb(42,253,224); }
td.TdClassName
{
border-color: #2AFDE0;
}
.TagClassName
{
border-color: #2AFDE0;
}
</style>