Shades of Turquoise #2CFBBD
Tints of Turquoise #2CFBBD
RGB
CMYK
RGB Variations
Color information
#2CFBBD (or 0x2CFBBD) is known color: Turquoise. HEX triplet: 2C, FB and BD. RGB value is (44,251,189). Sum of RGB (Red+Green+Blue) = 44+251+189=484 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.09% from 484); Green value is 251 (98.44% from 255 or 51.86% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 251 - color contains mainly: green. Hex color #2CFBBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFBBD is #D30442. Grayscale: #B6B6B6. Windows color (decimal): -13829187 or 12450604. OLE color: 12450604.
HSL color Cylindrical-coordinate representation of color #2CFBBD: hue angle of 162.03º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CFBBD is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 251 | 189 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.02 |
| HSL | 162.03º | 0.96% | 0.58% | - |
| HSV(B) | 162.03º | 0.82% | 0.98% | - |
| XYZ | 44.72 | 73.2 | 59.92 | - |
| YUV | 182.04 | 131.92 | 29.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 251 | 189 | 0.82 | 0 | 0.25 | 0.02 | 162.03 | 0.96 | 0.58 |
| Hex | 2C | FB | BD | 52 | 0 | 19 | 2 | A2 | 60 | 3A |
| Octal | 54 | 373 | 275 | 122 | 0 | 31 | 2 | 242 | 140 | 72 |
| Binary | 101100 | 11111011 | 10111101 | 1010010 | 0 | 11001 | 10 | 10100010 | 1100000 | 111010 |
Color Harmonies of #2CFBBD
Complementary color
Monochromatic Colors of #2CFBBD
Black with #2CFBBD
Text Example
Text Example
White with #2CFBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFBBD; }
p { color: rgb(44,251,189); }
H1.HeaderClassName
{
color: #2CFBBD;
}
.AnyTagClassName
{
color: #2CFBBD;
}
</style>
background-color css
<style>
a { background-color: #2CFBBD; }
a { background-color: rgb(44,251,189); }
div.DivClassName
{
background-color: #2CFBBD;
}
.BgClassName
{
background-color: #2CFBBD;
}
</style>
border-color css
<style>
span { border-color: #2CFBBD; }
span { border-color: rgb(44,251,189); }
td.TdClassName
{
border-color: #2CFBBD;
}
.TagClassName
{
border-color: #2CFBBD;
}
</style>