Shades of Turquoise #2AFADB
Tints of Turquoise #2AFADB
RGB
CMYK
RGB Variations
Color information
#2AFADB (or 0x2AFADB) is known color: Turquoise. HEX triplet: 2A, FA and DB. RGB value is (42,250,219). Sum of RGB (Red+Green+Blue) = 42+250+219=511 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.22% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #2AFADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFADB is #D50524. Grayscale: #B8B8B8. Windows color (decimal): -13960485 or 14416426. OLE color: 14416426.
HSL color Cylindrical-coordinate representation of color #2AFADB: hue angle of 171.06º 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 #2AFADB is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 250 | 219 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.02 |
| HSL | 171.06º | 0.95% | 0.57% | - |
| HSV(B) | 171.06º | 0.83% | 0.98% | - |
| XYZ | 47.93 | 73.98 | 78.77 | - |
| YUV | 184.27 | 147.59 | 26.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 250 | 219 | 0.83 | 0 | 0.12 | 0.02 | 171.06 | 0.95 | 0.57 |
| Hex | 2A | FA | DB | 53 | 0 | C | 2 | AB | 5F | 39 |
| Octal | 52 | 372 | 333 | 123 | 0 | 14 | 2 | 253 | 137 | 71 |
| Binary | 101010 | 11111010 | 11011011 | 1010011 | 0 | 1100 | 10 | 10101011 | 1011111 | 111001 |
Color Harmonies of #2AFADB
Complementary color
Monochromatic Colors of #2AFADB
Black with #2AFADB
Text Example
Text Example
White with #2AFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFADB; }
p { color: rgb(42,250,219); }
H1.HeaderClassName
{
color: #2AFADB;
}
.AnyTagClassName
{
color: #2AFADB;
}
</style>
background-color css
<style>
a { background-color: #2AFADB; }
a { background-color: rgb(42,250,219); }
div.DivClassName
{
background-color: #2AFADB;
}
.BgClassName
{
background-color: #2AFADB;
}
</style>
border-color css
<style>
span { border-color: #2AFADB; }
span { border-color: rgb(42,250,219); }
td.TdClassName
{
border-color: #2AFADB;
}
.TagClassName
{
border-color: #2AFADB;
}
</style>