Shades of Turquoise #2CFCE7
Tints of Turquoise #2CFCE7
RGB
CMYK
RGB Variations
Color information
#2CFCE7 (or 0x2CFCE7) is known color: Turquoise. HEX triplet: 2C, FC and E7. RGB value is (44,252,231). Sum of RGB (Red+Green+Blue) = 44+252+231=527 (69% of max value = 765). Red value is 44 (17.58% from 255 or 8.35% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFCE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CFCE7 is #D30318. Grayscale: #BBBBBB. Windows color (decimal): -13828889 or 15203372. OLE color: 15203372.
HSL color Cylindrical-coordinate representation of color #2CFCE7: hue angle of 173.94º 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 #2CFCE7 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 231 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.01 |
| HSL | 173.94º | 0.97% | 0.58% | - |
| HSV(B) | 173.94º | 0.83% | 0.99% | - |
| XYZ | 50.27 | 75.93 | 87.61 | - |
| YUV | 187.41 | 152.59 | 25.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 231 | 0.83 | 0 | 0.08 | 0.01 | 173.94 | 0.97 | 0.58 |
| Hex | 2C | FC | E7 | 53 | 0 | 8 | 1 | AE | 61 | 3A |
| Octal | 54 | 374 | 347 | 123 | 0 | 10 | 1 | 256 | 141 | 72 |
| Binary | 101100 | 11111100 | 11100111 | 1010011 | 0 | 1000 | 1 | 10101110 | 1100001 | 111010 |
Color Harmonies of #2CFCE7
Complementary color
Monochromatic Colors of #2CFCE7
Black with #2CFCE7
Text Example
Text Example
White with #2CFCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFCE7; }
p { color: rgb(44,252,231); }
H1.HeaderClassName
{
color: #2CFCE7;
}
.AnyTagClassName
{
color: #2CFCE7;
}
</style>
background-color css
<style>
a { background-color: #2CFCE7; }
a { background-color: rgb(44,252,231); }
div.DivClassName
{
background-color: #2CFCE7;
}
.BgClassName
{
background-color: #2CFCE7;
}
</style>
border-color css
<style>
span { border-color: #2CFCE7; }
span { border-color: rgb(44,252,231); }
td.TdClassName
{
border-color: #2CFCE7;
}
.TagClassName
{
border-color: #2CFCE7;
}
</style>