Shades of Turquoise #2CFFE8
Tints of Turquoise #2CFFE8
RGB
CMYK
RGB Variations
Color information
#2CFFE8 (or 0x2CFFE8) is known color: Turquoise. HEX triplet: 2C, FF and E8. RGB value is (44,255,232). Sum of RGB (Red+Green+Blue) = 44+255+232=531 (70% of max value = 765). Red value is 44 (17.58% from 255 or 8.29% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFFE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CFFE8 is #D30017. Grayscale: #BDBDBD. Windows color (decimal): -13828120 or 15269676. OLE color: 15269676.
HSL color Cylindrical-coordinate representation of color #2CFFE8: hue angle of 173.46º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFFE8 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 232 | - |
| CMYK | 0.83 | 0 | 0.09 | 0 |
| HSL | 173.46º | 1% | 0.59% | - |
| HSV(B) | 173.46º | 0.83% | 1% | - |
| XYZ | 51.36 | 77.88 | 88.67 | - |
| YUV | 189.29 | 152.1 | 24.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 232 | 0.83 | 0 | 0.09 | 0 | 173.46 | 1 | 0.59 |
| Hex | 2C | FF | E8 | 53 | 0 | 9 | 0 | AD | 64 | 3B |
| Octal | 54 | 377 | 350 | 123 | 0 | 11 | 0 | 255 | 144 | 73 |
| Binary | 101100 | 11111111 | 11101000 | 1010011 | 0 | 1001 | 0 | 10101101 | 1100100 | 111011 |
Color Harmonies of #2CFFE8
Complementary color
Monochromatic Colors of #2CFFE8
Black with #2CFFE8
Text Example
Text Example
White with #2CFFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFFE8; }
p { color: rgb(44,255,232); }
H1.HeaderClassName
{
color: #2CFFE8;
}
.AnyTagClassName
{
color: #2CFFE8;
}
</style>
background-color css
<style>
a { background-color: #2CFFE8; }
a { background-color: rgb(44,255,232); }
div.DivClassName
{
background-color: #2CFFE8;
}
.BgClassName
{
background-color: #2CFFE8;
}
</style>
border-color css
<style>
span { border-color: #2CFFE8; }
span { border-color: rgb(44,255,232); }
td.TdClassName
{
border-color: #2CFFE8;
}
.TagClassName
{
border-color: #2CFFE8;
}
</style>