Shades of Turquoise #2CFDD9
Tints of Turquoise #2CFDD9
RGB
CMYK
RGB Variations
Color information
#2CFDD9 (or 0x2CFDD9) is known color: Turquoise. HEX triplet: 2C, FD and D9. RGB value is (44,253,217). Sum of RGB (Red+Green+Blue) = 44+253+217=514 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.56% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #2CFDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFDD9 is #D30226. Grayscale: #BABABA. Windows color (decimal): -13828647 or 14286124. OLE color: 14286124.
HSL color Cylindrical-coordinate representation of color #2CFDD9: hue angle of 169.67º 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 #2CFDD9 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 253 | 217 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.01 |
| HSL | 169.67º | 0.98% | 0.58% | - |
| HSV(B) | 169.67º | 0.83% | 0.99% | - |
| XYZ | 48.69 | 75.8 | 77.71 | - |
| YUV | 186.41 | 145.26 | 26.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 253 | 217 | 0.83 | 0 | 0.14 | 0.01 | 169.67 | 0.98 | 0.58 |
| Hex | 2C | FD | D9 | 53 | 0 | E | 1 | AA | 62 | 3A |
| Octal | 54 | 375 | 331 | 123 | 0 | 16 | 1 | 252 | 142 | 72 |
| Binary | 101100 | 11111101 | 11011001 | 1010011 | 0 | 1110 | 1 | 10101010 | 1100010 | 111010 |
Color Harmonies of #2CFDD9
Complementary color
Monochromatic Colors of #2CFDD9
Black with #2CFDD9
Text Example
Text Example
White with #2CFDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFDD9; }
p { color: rgb(44,253,217); }
H1.HeaderClassName
{
color: #2CFDD9;
}
.AnyTagClassName
{
color: #2CFDD9;
}
</style>
background-color css
<style>
a { background-color: #2CFDD9; }
a { background-color: rgb(44,253,217); }
div.DivClassName
{
background-color: #2CFDD9;
}
.BgClassName
{
background-color: #2CFDD9;
}
</style>
border-color css
<style>
span { border-color: #2CFDD9; }
span { border-color: rgb(44,253,217); }
td.TdClassName
{
border-color: #2CFDD9;
}
.TagClassName
{
border-color: #2CFDD9;
}
</style>