Shades of Turquoise #2AF1D2
Tints of Turquoise #2AF1D2
RGB
CMYK
RGB Variations
Color information
#2AF1D2 (or 0x2AF1D2) is known color: Turquoise. HEX triplet: 2A, F1 and D2. RGB value is (42,241,210). Sum of RGB (Red+Green+Blue) = 42+241+210=493 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.52% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF1D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF1D2 is #D50E2D. Grayscale: #B1B1B1. Windows color (decimal): -13962798 or 13824298. OLE color: 13824298.
HSL color Cylindrical-coordinate representation of color #2AF1D2: hue angle of 170.65º 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 #2AF1D2 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 210 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.05 |
| HSL | 170.65º | 0.88% | 0.55% | - |
| HSV(B) | 170.65º | 0.83% | 0.95% | - |
| XYZ | 44.04 | 68.06 | 71.79 | - |
| YUV | 177.97 | 146.07 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 210 | 0.83 | 0 | 0.13 | 0.05 | 170.65 | 0.88 | 0.55 |
| Hex | 2A | F1 | D2 | 53 | 0 | D | 5 | AB | 58 | 37 |
| Octal | 52 | 361 | 322 | 123 | 0 | 15 | 5 | 253 | 130 | 67 |
| Binary | 101010 | 11110001 | 11010010 | 1010011 | 0 | 1101 | 101 | 10101011 | 1011000 | 110111 |
Color Harmonies of #2AF1D2
Complementary color
Monochromatic Colors of #2AF1D2
Black with #2AF1D2
Text Example
Text Example
White with #2AF1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF1D2; }
p { color: rgb(42,241,210); }
H1.HeaderClassName
{
color: #2AF1D2;
}
.AnyTagClassName
{
color: #2AF1D2;
}
</style>
background-color css
<style>
a { background-color: #2AF1D2; }
a { background-color: rgb(42,241,210); }
div.DivClassName
{
background-color: #2AF1D2;
}
.BgClassName
{
background-color: #2AF1D2;
}
</style>
border-color css
<style>
span { border-color: #2AF1D2; }
span { border-color: rgb(42,241,210); }
td.TdClassName
{
border-color: #2AF1D2;
}
.TagClassName
{
border-color: #2AF1D2;
}
</style>