Shades of Turquoise #2AF1DC
Tints of Turquoise #2AF1DC
RGB
CMYK
RGB Variations
Color information
#2AF1DC (or 0x2AF1DC) is known color: Turquoise. HEX triplet: 2A, F1 and DC. RGB value is (42,241,220). Sum of RGB (Red+Green+Blue) = 42+241+220=503 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.35% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF1DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF1DC is #D50E23. Grayscale: #B2B2B2. Windows color (decimal): -13962788 or 14479658. OLE color: 14479658.
HSL color Cylindrical-coordinate representation of color #2AF1DC: hue angle of 173.67º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF1DC is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 220 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.05 |
| HSL | 173.67º | 0.88% | 0.55% | - |
| HSV(B) | 173.67º | 0.83% | 0.95% | - |
| XYZ | 45.33 | 68.57 | 78.56 | - |
| YUV | 179.11 | 151.07 | 30.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 220 | 0.83 | 0 | 0.09 | 0.05 | 173.67 | 0.88 | 0.55 |
| Hex | 2A | F1 | DC | 53 | 0 | 9 | 5 | AE | 58 | 37 |
| Octal | 52 | 361 | 334 | 123 | 0 | 11 | 5 | 256 | 130 | 67 |
| Binary | 101010 | 11110001 | 11011100 | 1010011 | 0 | 1001 | 101 | 10101110 | 1011000 | 110111 |
Color Harmonies of #2AF1DC
Complementary color
Monochromatic Colors of #2AF1DC
Black with #2AF1DC
Text Example
Text Example
White with #2AF1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF1DC; }
p { color: rgb(42,241,220); }
H1.HeaderClassName
{
color: #2AF1DC;
}
.AnyTagClassName
{
color: #2AF1DC;
}
</style>
background-color css
<style>
a { background-color: #2AF1DC; }
a { background-color: rgb(42,241,220); }
div.DivClassName
{
background-color: #2AF1DC;
}
.BgClassName
{
background-color: #2AF1DC;
}
</style>
border-color css
<style>
span { border-color: #2AF1DC; }
span { border-color: rgb(42,241,220); }
td.TdClassName
{
border-color: #2AF1DC;
}
.TagClassName
{
border-color: #2AF1DC;
}
</style>