Shades of Turquoise #2CFCD0
Tints of Turquoise #2CFCD0
RGB
CMYK
RGB Variations
Color information
#2CFCD0 (or 0x2CFCD0) is known color: Turquoise. HEX triplet: 2C, FC and D0. RGB value is (44,252,208). Sum of RGB (Red+Green+Blue) = 44+252+208=504 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.73% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFCD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFCD0 is #D3032F. Grayscale: #B8B8B8. Windows color (decimal): -13828912 or 13696044. OLE color: 13696044.
HSL color Cylindrical-coordinate representation of color #2CFCD0: hue angle of 167.31º degrees, saturation: 0.97, 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 #2CFCD0 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 208 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.01 |
| HSL | 167.31º | 0.97% | 0.58% | - |
| HSV(B) | 167.31º | 0.83% | 0.99% | - |
| XYZ | 47.23 | 74.71 | 71.61 | - |
| YUV | 184.79 | 141.09 | 27.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 208 | 0.83 | 0 | 0.17 | 0.01 | 167.31 | 0.97 | 0.58 |
| Hex | 2C | FC | D0 | 53 | 0 | 11 | 1 | A7 | 61 | 3A |
| Octal | 54 | 374 | 320 | 123 | 0 | 21 | 1 | 247 | 141 | 72 |
| Binary | 101100 | 11111100 | 11010000 | 1010011 | 0 | 10001 | 1 | 10100111 | 1100001 | 111010 |
Color Harmonies of #2CFCD0
Complementary color
Monochromatic Colors of #2CFCD0
Black with #2CFCD0
Text Example
Text Example
White with #2CFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFCD0; }
p { color: rgb(44,252,208); }
H1.HeaderClassName
{
color: #2CFCD0;
}
.AnyTagClassName
{
color: #2CFCD0;
}
</style>
background-color css
<style>
a { background-color: #2CFCD0; }
a { background-color: rgb(44,252,208); }
div.DivClassName
{
background-color: #2CFCD0;
}
.BgClassName
{
background-color: #2CFCD0;
}
</style>
border-color css
<style>
span { border-color: #2CFCD0; }
span { border-color: rgb(44,252,208); }
td.TdClassName
{
border-color: #2CFCD0;
}
.TagClassName
{
border-color: #2CFCD0;
}
</style>