Shades of Turquoise #2AF7C5
Tints of Turquoise #2AF7C5
RGB
CMYK
RGB Variations
Color information
#2AF7C5 (or 0x2AF7C5) is known color: Turquoise. HEX triplet: 2A, F7 and C5. RGB value is (42,247,197). Sum of RGB (Red+Green+Blue) = 42+247+197=486 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.64% from 486); Green value is 247 (96.88% from 255 or 50.82% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF7C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF7C5 is #D5083A. Grayscale: #B4B4B4. Windows color (decimal): -13961275 or 12973866. OLE color: 12973866.
HSL color Cylindrical-coordinate representation of color #2AF7C5: hue angle of 165.37º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF7C5 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 247 | 197 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.03 |
| HSL | 165.37º | 0.93% | 0.57% | - |
| HSV(B) | 165.37º | 0.83% | 0.97% | - |
| XYZ | 44.29 | 71.04 | 64.2 | - |
| YUV | 180.01 | 137.58 | 29.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 247 | 197 | 0.83 | 0 | 0.20 | 0.03 | 165.37 | 0.93 | 0.57 |
| Hex | 2A | F7 | C5 | 53 | 0 | 14 | 3 | A5 | 5D | 39 |
| Octal | 52 | 367 | 305 | 123 | 0 | 24 | 3 | 245 | 135 | 71 |
| Binary | 101010 | 11110111 | 11000101 | 1010011 | 0 | 10100 | 11 | 10100101 | 1011101 | 111001 |
Color Harmonies of #2AF7C5
Complementary color
Monochromatic Colors of #2AF7C5
Black with #2AF7C5
Text Example
Text Example
White with #2AF7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF7C5; }
p { color: rgb(42,247,197); }
H1.HeaderClassName
{
color: #2AF7C5;
}
.AnyTagClassName
{
color: #2AF7C5;
}
</style>
background-color css
<style>
a { background-color: #2AF7C5; }
a { background-color: rgb(42,247,197); }
div.DivClassName
{
background-color: #2AF7C5;
}
.BgClassName
{
background-color: #2AF7C5;
}
</style>
border-color css
<style>
span { border-color: #2AF7C5; }
span { border-color: rgb(42,247,197); }
td.TdClassName
{
border-color: #2AF7C5;
}
.TagClassName
{
border-color: #2AF7C5;
}
</style>