Shades of Turquoise #2CFDD8
Tints of Turquoise #2CFDD8
RGB
CMYK
RGB Variations
Color information
#2CFDD8 (or 0x2CFDD8) is known color: Turquoise. HEX triplet: 2C, FD and D8. RGB value is (44,253,216). Sum of RGB (Red+Green+Blue) = 44+253+216=513 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.58% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #2CFDD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFDD8 is #D30227. Grayscale: #BABABA. Windows color (decimal): -13828648 or 14220588. OLE color: 14220588.
HSL color Cylindrical-coordinate representation of color #2CFDD8: hue angle of 169.38º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFDD8 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 253 | 216 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.01 |
| HSL | 169.38º | 0.98% | 0.58% | - |
| HSV(B) | 169.38º | 0.83% | 0.99% | - |
| XYZ | 48.56 | 75.74 | 77.03 | - |
| YUV | 186.29 | 144.76 | 26.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 253 | 216 | 0.83 | 0 | 0.15 | 0.01 | 169.38 | 0.98 | 0.58 |
| Hex | 2C | FD | D8 | 53 | 0 | F | 1 | A9 | 62 | 3A |
| Octal | 54 | 375 | 330 | 123 | 0 | 17 | 1 | 251 | 142 | 72 |
| Binary | 101100 | 11111101 | 11011000 | 1010011 | 0 | 1111 | 1 | 10101001 | 1100010 | 111010 |
Color Harmonies of #2CFDD8
Complementary color
Monochromatic Colors of #2CFDD8
Black with #2CFDD8
Text Example
Text Example
White with #2CFDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFDD8; }
p { color: rgb(44,253,216); }
H1.HeaderClassName
{
color: #2CFDD8;
}
.AnyTagClassName
{
color: #2CFDD8;
}
</style>
background-color css
<style>
a { background-color: #2CFDD8; }
a { background-color: rgb(44,253,216); }
div.DivClassName
{
background-color: #2CFDD8;
}
.BgClassName
{
background-color: #2CFDD8;
}
</style>
border-color css
<style>
span { border-color: #2CFDD8; }
span { border-color: rgb(44,253,216); }
td.TdClassName
{
border-color: #2CFDD8;
}
.TagClassName
{
border-color: #2CFDD8;
}
</style>