Shades of Turquoise #2AF0C6
Tints of Turquoise #2AF0C6
RGB
CMYK
RGB Variations
Color information
#2AF0C6 (or 0x2AF0C6) is known color: Turquoise. HEX triplet: 2A, F0 and C6. RGB value is (42,240,198). Sum of RGB (Red+Green+Blue) = 42+240+198=480 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.75% from 480); Green value is 240 (94.14% from 255 or 50% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF0C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF0C6 is #D50F39. Grayscale: #AFAFAF. Windows color (decimal): -13963066 or 13037610. OLE color: 13037610.
HSL color Cylindrical-coordinate representation of color #2AF0C6: hue angle of 167.27º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AF0C6 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 240 | 198 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.06 |
| HSL | 167.27º | 0.87% | 0.55% | - |
| HSV(B) | 167.27º | 0.83% | 0.94% | - |
| XYZ | 42.31 | 66.89 | 64.11 | - |
| YUV | 176.01 | 140.4 | 32.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 240 | 198 | 0.82 | 0 | 0.18 | 0.06 | 167.27 | 0.87 | 0.55 |
| Hex | 2A | F0 | C6 | 52 | 0 | 12 | 6 | A7 | 57 | 37 |
| Octal | 52 | 360 | 306 | 122 | 0 | 22 | 6 | 247 | 127 | 67 |
| Binary | 101010 | 11110000 | 11000110 | 1010010 | 0 | 10010 | 110 | 10100111 | 1010111 | 110111 |
Color Harmonies of #2AF0C6
Complementary color
Monochromatic Colors of #2AF0C6
Black with #2AF0C6
Text Example
Text Example
White with #2AF0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF0C6; }
p { color: rgb(42,240,198); }
H1.HeaderClassName
{
color: #2AF0C6;
}
.AnyTagClassName
{
color: #2AF0C6;
}
</style>
background-color css
<style>
a { background-color: #2AF0C6; }
a { background-color: rgb(42,240,198); }
div.DivClassName
{
background-color: #2AF0C6;
}
.BgClassName
{
background-color: #2AF0C6;
}
</style>
border-color css
<style>
span { border-color: #2AF0C6; }
span { border-color: rgb(42,240,198); }
td.TdClassName
{
border-color: #2AF0C6;
}
.TagClassName
{
border-color: #2AF0C6;
}
</style>