Shades of Turquoise #2CFDB9
Tints of Turquoise #2CFDB9
RGB
CMYK
RGB Variations
Color information
#2CFDB9 (or 0x2CFDB9) is known color: Turquoise. HEX triplet: 2C, FD and B9. RGB value is (44,253,185). Sum of RGB (Red+Green+Blue) = 44+253+185=482 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.13% from 482); Green value is 253 (99.22% from 255 or 52.49% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 253 - color contains mainly: green. Hex color #2CFDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFDB9 is #D30246. Grayscale: #B6B6B6. Windows color (decimal): -13828679 or 12188972. OLE color: 12188972.
HSL color Cylindrical-coordinate representation of color #2CFDB9: hue angle of 160.48º 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 #2CFDB9 is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 253 | 185 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.01 |
| HSL | 160.48º | 0.98% | 0.58% | - |
| HSV(B) | 160.48º | 0.83% | 0.99% | - |
| XYZ | 44.92 | 74.29 | 57.87 | - |
| YUV | 182.76 | 129.26 | 29.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 253 | 185 | 0.83 | 0 | 0.27 | 0.01 | 160.48 | 0.98 | 0.58 |
| Hex | 2C | FD | B9 | 53 | 0 | 1B | 1 | A0 | 62 | 3A |
| Octal | 54 | 375 | 271 | 123 | 0 | 33 | 1 | 240 | 142 | 72 |
| Binary | 101100 | 11111101 | 10111001 | 1010011 | 0 | 11011 | 1 | 10100000 | 1100010 | 111010 |
Color Harmonies of #2CFDB9
Complementary color
Monochromatic Colors of #2CFDB9
Black with #2CFDB9
Text Example
Text Example
White with #2CFDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFDB9; }
p { color: rgb(44,253,185); }
H1.HeaderClassName
{
color: #2CFDB9;
}
.AnyTagClassName
{
color: #2CFDB9;
}
</style>
background-color css
<style>
a { background-color: #2CFDB9; }
a { background-color: rgb(44,253,185); }
div.DivClassName
{
background-color: #2CFDB9;
}
.BgClassName
{
background-color: #2CFDB9;
}
</style>
border-color css
<style>
span { border-color: #2CFDB9; }
span { border-color: rgb(44,253,185); }
td.TdClassName
{
border-color: #2CFDB9;
}
.TagClassName
{
border-color: #2CFDB9;
}
</style>