Shades of Turquoise #2AFBC1
Tints of Turquoise #2AFBC1
RGB
CMYK
RGB Variations
Color information
#2AFBC1 (or 0x2AFBC1) is known color: Turquoise. HEX triplet: 2A, FB and C1. RGB value is (42,251,193). Sum of RGB (Red+Green+Blue) = 42+251+193=486 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.64% from 486); Green value is 251 (98.44% from 255 or 51.65% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFBC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFBC1 is #D5043E. Grayscale: #B5B5B5. Windows color (decimal): -13960255 or 12712746. OLE color: 12712746.
HSL color Cylindrical-coordinate representation of color #2AFBC1: hue angle of 163.35º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFBC1 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 193 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.02 |
| HSL | 163.35º | 0.96% | 0.57% | - |
| HSV(B) | 163.35º | 0.83% | 0.98% | - |
| XYZ | 45.08 | 73.34 | 62.23 | - |
| YUV | 181.9 | 134.26 | 28.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 193 | 0.83 | 0 | 0.23 | 0.02 | 163.35 | 0.96 | 0.57 |
| Hex | 2A | FB | C1 | 53 | 0 | 17 | 2 | A3 | 60 | 39 |
| Octal | 52 | 373 | 301 | 123 | 0 | 27 | 2 | 243 | 140 | 71 |
| Binary | 101010 | 11111011 | 11000001 | 1010011 | 0 | 10111 | 10 | 10100011 | 1100000 | 111001 |
Color Harmonies of #2AFBC1
Complementary color
Monochromatic Colors of #2AFBC1
Black with #2AFBC1
Text Example
Text Example
White with #2AFBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFBC1; }
p { color: rgb(42,251,193); }
H1.HeaderClassName
{
color: #2AFBC1;
}
.AnyTagClassName
{
color: #2AFBC1;
}
</style>
background-color css
<style>
a { background-color: #2AFBC1; }
a { background-color: rgb(42,251,193); }
div.DivClassName
{
background-color: #2AFBC1;
}
.BgClassName
{
background-color: #2AFBC1;
}
</style>
border-color css
<style>
span { border-color: #2AFBC1; }
span { border-color: rgb(42,251,193); }
td.TdClassName
{
border-color: #2AFBC1;
}
.TagClassName
{
border-color: #2AFBC1;
}
</style>