Shades of Turquoise #2CFBD9
Tints of Turquoise #2CFBD9
RGB
CMYK
RGB Variations
Color information
#2CFBD9 (or 0x2CFBD9) is known color: Turquoise. HEX triplet: 2C, FB and D9. RGB value is (44,251,217). Sum of RGB (Red+Green+Blue) = 44+251+217=512 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.59% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #2CFBD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFBD9 is #D30426. Grayscale: #B9B9B9. Windows color (decimal): -13829159 or 14285612. OLE color: 14285612.
HSL color Cylindrical-coordinate representation of color #2CFBD9: hue angle of 170.14º 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 #2CFBD9 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 251 | 217 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.02 |
| HSL | 170.14º | 0.96% | 0.58% | - |
| HSV(B) | 170.14º | 0.82% | 0.98% | - |
| XYZ | 48.06 | 74.54 | 77.5 | - |
| YUV | 185.23 | 145.92 | 27.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 251 | 217 | 0.82 | 0 | 0.14 | 0.02 | 170.14 | 0.96 | 0.58 |
| Hex | 2C | FB | D9 | 52 | 0 | E | 2 | AA | 60 | 3A |
| Octal | 54 | 373 | 331 | 122 | 0 | 16 | 2 | 252 | 140 | 72 |
| Binary | 101100 | 11111011 | 11011001 | 1010010 | 0 | 1110 | 10 | 10101010 | 1100000 | 111010 |
Color Harmonies of #2CFBD9
Complementary color
Monochromatic Colors of #2CFBD9
Black with #2CFBD9
Text Example
Text Example
White with #2CFBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFBD9; }
p { color: rgb(44,251,217); }
H1.HeaderClassName
{
color: #2CFBD9;
}
.AnyTagClassName
{
color: #2CFBD9;
}
</style>
background-color css
<style>
a { background-color: #2CFBD9; }
a { background-color: rgb(44,251,217); }
div.DivClassName
{
background-color: #2CFBD9;
}
.BgClassName
{
background-color: #2CFBD9;
}
</style>
border-color css
<style>
span { border-color: #2CFBD9; }
span { border-color: rgb(44,251,217); }
td.TdClassName
{
border-color: #2CFBD9;
}
.TagClassName
{
border-color: #2CFBD9;
}
</style>