Shades of Turquoise #2AFBC0
Tints of Turquoise #2AFBC0
RGB
CMYK
RGB Variations
Color information
#2AFBC0 (or 0x2AFBC0) is known color: Turquoise. HEX triplet: 2A, FB and C0. RGB value is (42,251,192). Sum of RGB (Red+Green+Blue) = 42+251+192=485 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.66% from 485); Green value is 251 (98.44% from 255 or 51.75% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFBC0 is #D5043F. Grayscale: #B5B5B5. Windows color (decimal): -13960256 or 12647210. OLE color: 12647210.
HSL color Cylindrical-coordinate representation of color #2AFBC0: hue angle of 163.06º 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 #2AFBC0 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 192 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.02 |
| HSL | 163.06º | 0.96% | 0.57% | - |
| HSV(B) | 163.06º | 0.83% | 0.98% | - |
| XYZ | 44.97 | 73.29 | 61.65 | - |
| YUV | 181.78 | 133.76 | 28.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 192 | 0.83 | 0 | 0.24 | 0.02 | 163.06 | 0.96 | 0.57 |
| Hex | 2A | FB | C0 | 53 | 0 | 18 | 2 | A3 | 60 | 39 |
| Octal | 52 | 373 | 300 | 123 | 0 | 30 | 2 | 243 | 140 | 71 |
| Binary | 101010 | 11111011 | 11000000 | 1010011 | 0 | 11000 | 10 | 10100011 | 1100000 | 111001 |
Color Harmonies of #2AFBC0
Complementary color
Monochromatic Colors of #2AFBC0
Black with #2AFBC0
Text Example
Text Example
White with #2AFBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFBC0; }
p { color: rgb(42,251,192); }
H1.HeaderClassName
{
color: #2AFBC0;
}
.AnyTagClassName
{
color: #2AFBC0;
}
</style>
background-color css
<style>
a { background-color: #2AFBC0; }
a { background-color: rgb(42,251,192); }
div.DivClassName
{
background-color: #2AFBC0;
}
.BgClassName
{
background-color: #2AFBC0;
}
</style>
border-color css
<style>
span { border-color: #2AFBC0; }
span { border-color: rgb(42,251,192); }
td.TdClassName
{
border-color: #2AFBC0;
}
.TagClassName
{
border-color: #2AFBC0;
}
</style>