Shades of Turquoise #2CFBDE
Tints of Turquoise #2CFBDE
RGB
CMYK
RGB Variations
Color information
#2CFBDE (or 0x2CFBDE) is known color: Turquoise. HEX triplet: 2C, FB and DE. RGB value is (44,251,222). Sum of RGB (Red+Green+Blue) = 44+251+222=517 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.51% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #2CFBDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFBDE is #D30421. Grayscale: #B9B9B9. Windows color (decimal): -13829154 or 14613292. OLE color: 14613292.
HSL color Cylindrical-coordinate representation of color #2CFBDE: hue angle of 171.59º 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 #2CFBDE is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 251 | 222 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.02 |
| HSL | 171.59º | 0.96% | 0.58% | - |
| HSV(B) | 171.59º | 0.82% | 0.98% | - |
| XYZ | 48.72 | 74.8 | 80.98 | - |
| YUV | 185.8 | 148.42 | 26.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 251 | 222 | 0.82 | 0 | 0.12 | 0.02 | 171.59 | 0.96 | 0.58 |
| Hex | 2C | FB | DE | 52 | 0 | C | 2 | AC | 60 | 3A |
| Octal | 54 | 373 | 336 | 122 | 0 | 14 | 2 | 254 | 140 | 72 |
| Binary | 101100 | 11111011 | 11011110 | 1010010 | 0 | 1100 | 10 | 10101100 | 1100000 | 111010 |
Color Harmonies of #2CFBDE
Complementary color
Monochromatic Colors of #2CFBDE
Black with #2CFBDE
Text Example
Text Example
White with #2CFBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFBDE; }
p { color: rgb(44,251,222); }
H1.HeaderClassName
{
color: #2CFBDE;
}
.AnyTagClassName
{
color: #2CFBDE;
}
</style>
background-color css
<style>
a { background-color: #2CFBDE; }
a { background-color: rgb(44,251,222); }
div.DivClassName
{
background-color: #2CFBDE;
}
.BgClassName
{
background-color: #2CFBDE;
}
</style>
border-color css
<style>
span { border-color: #2CFBDE; }
span { border-color: rgb(44,251,222); }
td.TdClassName
{
border-color: #2CFBDE;
}
.TagClassName
{
border-color: #2CFBDE;
}
</style>