Shades of Turquoise #2BF8C2
Tints of Turquoise #2BF8C2
RGB
CMYK
RGB Variations
Color information
#2BF8C2 (or 0x2BF8C2) is known color: Turquoise. HEX triplet: 2B, F8 and C2. RGB value is (43,248,194). Sum of RGB (Red+Green+Blue) = 43+248+194=485 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.87% from 485); Green value is 248 (97.27% from 255 or 51.13% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 248 - color contains mainly: green. Hex color #2BF8C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF8C2 is #D4073D. Grayscale: #B4B4B4. Windows color (decimal): -13895486 or 12777515. OLE color: 12777515.
HSL color Cylindrical-coordinate representation of color #2BF8C2: hue angle of 164.2º degrees, saturation: 0.94, 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 #2BF8C2 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 248 | 194 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.03 |
| HSL | 164.2º | 0.94% | 0.57% | - |
| HSV(B) | 164.2º | 0.83% | 0.97% | - |
| XYZ | 44.3 | 71.54 | 62.51 | - |
| YUV | 180.55 | 135.58 | 29.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 248 | 194 | 0.83 | 0 | 0.22 | 0.03 | 164.2 | 0.94 | 0.57 |
| Hex | 2B | F8 | C2 | 53 | 0 | 16 | 3 | A4 | 5E | 39 |
| Octal | 53 | 370 | 302 | 123 | 0 | 26 | 3 | 244 | 136 | 71 |
| Binary | 101011 | 11111000 | 11000010 | 1010011 | 0 | 10110 | 11 | 10100100 | 1011110 | 111001 |
Color Harmonies of #2BF8C2
Complementary color
Monochromatic Colors of #2BF8C2
Black with #2BF8C2
Text Example
Text Example
White with #2BF8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF8C2; }
p { color: rgb(43,248,194); }
H1.HeaderClassName
{
color: #2BF8C2;
}
.AnyTagClassName
{
color: #2BF8C2;
}
</style>
background-color css
<style>
a { background-color: #2BF8C2; }
a { background-color: rgb(43,248,194); }
div.DivClassName
{
background-color: #2BF8C2;
}
.BgClassName
{
background-color: #2BF8C2;
}
</style>
border-color css
<style>
span { border-color: #2BF8C2; }
span { border-color: rgb(43,248,194); }
td.TdClassName
{
border-color: #2BF8C2;
}
.TagClassName
{
border-color: #2BF8C2;
}
</style>