Shades of Turquoise #2CF8BB
Tints of Turquoise #2CF8BB
RGB
CMYK
RGB Variations
Color information
#2CF8BB (or 0x2CF8BB) is known color: Turquoise. HEX triplet: 2C, F8 and BB. RGB value is (44,248,187). Sum of RGB (Red+Green+Blue) = 44+248+187=479 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.19% from 479); Green value is 248 (97.27% from 255 or 51.77% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 248 - color contains mainly: green. Hex color #2CF8BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF8BB is #D30744. Grayscale: #B4B4B4. Windows color (decimal): -13829957 or 12318764. OLE color: 12318764.
HSL color Cylindrical-coordinate representation of color #2CF8BB: hue angle of 162.06º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF8BB is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 44 | 248 | 187 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.03 |
| HSL | 162.06º | 0.94% | 0.57% | - |
| HSV(B) | 162.06º | 0.82% | 0.97% | - |
| XYZ | 43.58 | 71.26 | 58.47 | - |
| YUV | 180.05 | 131.91 | 30.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 248 | 187 | 0.82 | 0 | 0.25 | 0.03 | 162.06 | 0.94 | 0.57 |
| Hex | 2C | F8 | BB | 52 | 0 | 19 | 3 | A2 | 5E | 39 |
| Octal | 54 | 370 | 273 | 122 | 0 | 31 | 3 | 242 | 136 | 71 |
| Binary | 101100 | 11111000 | 10111011 | 1010010 | 0 | 11001 | 11 | 10100010 | 1011110 | 111001 |
Color Harmonies of #2CF8BB
Complementary color
Monochromatic Colors of #2CF8BB
Black with #2CF8BB
Text Example
Text Example
White with #2CF8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF8BB; }
p { color: rgb(44,248,187); }
H1.HeaderClassName
{
color: #2CF8BB;
}
.AnyTagClassName
{
color: #2CF8BB;
}
</style>
background-color css
<style>
a { background-color: #2CF8BB; }
a { background-color: rgb(44,248,187); }
div.DivClassName
{
background-color: #2CF8BB;
}
.BgClassName
{
background-color: #2CF8BB;
}
</style>
border-color css
<style>
span { border-color: #2CF8BB; }
span { border-color: rgb(44,248,187); }
td.TdClassName
{
border-color: #2CF8BB;
}
.TagClassName
{
border-color: #2CF8BB;
}
</style>