Shades of Turquoise #2AFADD
Tints of Turquoise #2AFADD
RGB
CMYK
RGB Variations
Color information
#2AFADD (or 0x2AFADD) is known color: Turquoise. HEX triplet: 2A, FA and DD. RGB value is (42,250,221). Sum of RGB (Red+Green+Blue) = 42+250+221=513 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.19% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFADD is #D50522. Grayscale: #B8B8B8. Windows color (decimal): -13960483 or 14547498. OLE color: 14547498.
HSL color Cylindrical-coordinate representation of color #2AFADD: hue angle of 171.63º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFADD is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 221 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.02 |
| HSL | 171.63º | 0.95% | 0.57% | - |
| HSV(B) | 171.63º | 0.83% | 0.98% | - |
| XYZ | 48.19 | 74.08 | 80.17 | - |
| YUV | 184.5 | 148.59 | 26.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 221 | 0.83 | 0 | 0.12 | 0.02 | 171.63 | 0.95 | 0.57 |
| Hex | 2A | FA | DD | 53 | 0 | C | 2 | AC | 5F | 39 |
| Octal | 52 | 372 | 335 | 123 | 0 | 14 | 2 | 254 | 137 | 71 |
| Binary | 101010 | 11111010 | 11011101 | 1010011 | 0 | 1100 | 10 | 10101100 | 1011111 | 111001 |
Color Harmonies of #2AFADD
Complementary color
Monochromatic Colors of #2AFADD
Black with #2AFADD
Text Example
Text Example
White with #2AFADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFADD; }
p { color: rgb(42,250,221); }
H1.HeaderClassName
{
color: #2AFADD;
}
.AnyTagClassName
{
color: #2AFADD;
}
</style>
background-color css
<style>
a { background-color: #2AFADD; }
a { background-color: rgb(42,250,221); }
div.DivClassName
{
background-color: #2AFADD;
}
.BgClassName
{
background-color: #2AFADD;
}
</style>
border-color css
<style>
span { border-color: #2AFADD; }
span { border-color: rgb(42,250,221); }
td.TdClassName
{
border-color: #2AFADD;
}
.TagClassName
{
border-color: #2AFADD;
}
</style>