Shades of Turquoise #2CF9BC
Tints of Turquoise #2CF9BC
RGB
CMYK
RGB Variations
Color information
#2CF9BC (or 0x2CF9BC) is known color: Turquoise. HEX triplet: 2C, F9 and BC. RGB value is (44,249,188). Sum of RGB (Red+Green+Blue) = 44+249+188=481 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.15% from 481); Green value is 249 (97.66% from 255 or 51.77% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF9BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CF9BC is #D30643. Grayscale: #B4B4B4. Windows color (decimal): -13829700 or 12384556. OLE color: 12384556.
HSL color Cylindrical-coordinate representation of color #2CF9BC: hue angle of 162.15º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF9BC is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 249 | 188 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.02 |
| HSL | 162.15º | 0.94% | 0.57% | - |
| HSV(B) | 162.15º | 0.82% | 0.98% | - |
| XYZ | 43.99 | 71.92 | 59.14 | - |
| YUV | 180.75 | 132.08 | 30.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 249 | 188 | 0.82 | 0 | 0.24 | 0.02 | 162.15 | 0.94 | 0.57 |
| Hex | 2C | F9 | BC | 52 | 0 | 18 | 2 | A2 | 5E | 39 |
| Octal | 54 | 371 | 274 | 122 | 0 | 30 | 2 | 242 | 136 | 71 |
| Binary | 101100 | 11111001 | 10111100 | 1010010 | 0 | 11000 | 10 | 10100010 | 1011110 | 111001 |
Color Harmonies of #2CF9BC
Complementary color
Monochromatic Colors of #2CF9BC
Black with #2CF9BC
Text Example
Text Example
White with #2CF9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF9BC; }
p { color: rgb(44,249,188); }
H1.HeaderClassName
{
color: #2CF9BC;
}
.AnyTagClassName
{
color: #2CF9BC;
}
</style>
background-color css
<style>
a { background-color: #2CF9BC; }
a { background-color: rgb(44,249,188); }
div.DivClassName
{
background-color: #2CF9BC;
}
.BgClassName
{
background-color: #2CF9BC;
}
</style>
border-color css
<style>
span { border-color: #2CF9BC; }
span { border-color: rgb(44,249,188); }
td.TdClassName
{
border-color: #2CF9BC;
}
.TagClassName
{
border-color: #2CF9BC;
}
</style>