Shades of Turquoise #2AF1BC
Tints of Turquoise #2AF1BC
RGB
CMYK
RGB Variations
Color information
#2AF1BC (or 0x2AF1BC) is known color: Turquoise. HEX triplet: 2A, F1 and BC. RGB value is (42,241,188). Sum of RGB (Red+Green+Blue) = 42+241+188=471 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.92% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF1BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF1BC is #D50E43. Grayscale: #AFAFAF. Windows color (decimal): -13962820 or 12382506. OLE color: 12382506.
HSL color Cylindrical-coordinate representation of color #2AF1BC: hue angle of 164.02º 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 #2AF1BC is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 188 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.05 |
| HSL | 164.02º | 0.88% | 0.55% | - |
| HSV(B) | 164.02º | 0.83% | 0.95% | - |
| XYZ | 41.49 | 67.03 | 58.33 | - |
| YUV | 175.46 | 135.07 | 32.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 188 | 0.83 | 0 | 0.22 | 0.05 | 164.02 | 0.88 | 0.55 |
| Hex | 2A | F1 | BC | 53 | 0 | 16 | 5 | A4 | 58 | 37 |
| Octal | 52 | 361 | 274 | 123 | 0 | 26 | 5 | 244 | 130 | 67 |
| Binary | 101010 | 11110001 | 10111100 | 1010011 | 0 | 10110 | 101 | 10100100 | 1011000 | 110111 |
Color Harmonies of #2AF1BC
Complementary color
Monochromatic Colors of #2AF1BC
Black with #2AF1BC
Text Example
Text Example
White with #2AF1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF1BC; }
p { color: rgb(42,241,188); }
H1.HeaderClassName
{
color: #2AF1BC;
}
.AnyTagClassName
{
color: #2AF1BC;
}
</style>
background-color css
<style>
a { background-color: #2AF1BC; }
a { background-color: rgb(42,241,188); }
div.DivClassName
{
background-color: #2AF1BC;
}
.BgClassName
{
background-color: #2AF1BC;
}
</style>
border-color css
<style>
span { border-color: #2AF1BC; }
span { border-color: rgb(42,241,188); }
td.TdClassName
{
border-color: #2AF1BC;
}
.TagClassName
{
border-color: #2AF1BC;
}
</style>