Shades of Turquoise #2AF2DB
Tints of Turquoise #2AF2DB
RGB
CMYK
RGB Variations
Color information
#2AF2DB (or 0x2AF2DB) is known color: Turquoise. HEX triplet: 2A, F2 and DB. RGB value is (42,242,219). Sum of RGB (Red+Green+Blue) = 42+242+219=503 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.35% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF2DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF2DB is #D50D24. Grayscale: #B3B3B3. Windows color (decimal): -13962533 or 14414378. OLE color: 14414378.
HSL color Cylindrical-coordinate representation of color #2AF2DB: hue angle of 173.1º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF2DB is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 242 | 219 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.05 |
| HSL | 173.1º | 0.88% | 0.56% | - |
| HSV(B) | 173.1º | 0.83% | 0.95% | - |
| XYZ | 45.49 | 69.11 | 77.96 | - |
| YUV | 179.58 | 150.24 | 29.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 242 | 219 | 0.83 | 0 | 0.10 | 0.05 | 173.1 | 0.88 | 0.56 |
| Hex | 2A | F2 | DB | 53 | 0 | A | 5 | AD | 58 | 38 |
| Octal | 52 | 362 | 333 | 123 | 0 | 12 | 5 | 255 | 130 | 70 |
| Binary | 101010 | 11110010 | 11011011 | 1010011 | 0 | 1010 | 101 | 10101101 | 1011000 | 111000 |
Color Harmonies of #2AF2DB
Complementary color
Monochromatic Colors of #2AF2DB
Black with #2AF2DB
Text Example
Text Example
White with #2AF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF2DB; }
p { color: rgb(42,242,219); }
H1.HeaderClassName
{
color: #2AF2DB;
}
.AnyTagClassName
{
color: #2AF2DB;
}
</style>
background-color css
<style>
a { background-color: #2AF2DB; }
a { background-color: rgb(42,242,219); }
div.DivClassName
{
background-color: #2AF2DB;
}
.BgClassName
{
background-color: #2AF2DB;
}
</style>
border-color css
<style>
span { border-color: #2AF2DB; }
span { border-color: rgb(42,242,219); }
td.TdClassName
{
border-color: #2AF2DB;
}
.TagClassName
{
border-color: #2AF2DB;
}
</style>