Shades of Turquoise #2AF5C1
Tints of Turquoise #2AF5C1
RGB
CMYK
RGB Variations
Color information
#2AF5C1 (or 0x2AF5C1) is known color: Turquoise. HEX triplet: 2A, F5 and C1. RGB value is (42,245,193). Sum of RGB (Red+Green+Blue) = 42+245+193=480 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.75% from 480); Green value is 245 (96.09% from 255 or 51.04% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 245 - color contains mainly: green. Hex color #2AF5C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF5C1 is #D50A3E. Grayscale: #B2B2B2. Windows color (decimal): -13961791 or 12711210. OLE color: 12711210.
HSL color Cylindrical-coordinate representation of color #2AF5C1: hue angle of 164.63º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF5C1 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 245 | 193 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.04 |
| HSL | 164.63º | 0.91% | 0.56% | - |
| HSV(B) | 164.63º | 0.83% | 0.96% | - |
| XYZ | 43.23 | 69.65 | 61.62 | - |
| YUV | 178.38 | 136.25 | 30.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 245 | 193 | 0.83 | 0 | 0.21 | 0.04 | 164.63 | 0.91 | 0.56 |
| Hex | 2A | F5 | C1 | 53 | 0 | 15 | 4 | A5 | 5B | 38 |
| Octal | 52 | 365 | 301 | 123 | 0 | 25 | 4 | 245 | 133 | 70 |
| Binary | 101010 | 11110101 | 11000001 | 1010011 | 0 | 10101 | 100 | 10100101 | 1011011 | 111000 |
Color Harmonies of #2AF5C1
Complementary color
Monochromatic Colors of #2AF5C1
Black with #2AF5C1
Text Example
Text Example
White with #2AF5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF5C1; }
p { color: rgb(42,245,193); }
H1.HeaderClassName
{
color: #2AF5C1;
}
.AnyTagClassName
{
color: #2AF5C1;
}
</style>
background-color css
<style>
a { background-color: #2AF5C1; }
a { background-color: rgb(42,245,193); }
div.DivClassName
{
background-color: #2AF5C1;
}
.BgClassName
{
background-color: #2AF5C1;
}
</style>
border-color css
<style>
span { border-color: #2AF5C1; }
span { border-color: rgb(42,245,193); }
td.TdClassName
{
border-color: #2AF5C1;
}
.TagClassName
{
border-color: #2AF5C1;
}
</style>