Shades of Turquoise #2CFFCD
Tints of Turquoise #2CFFCD
RGB
CMYK
RGB Variations
Color information
#2CFFCD (or 0x2CFFCD) is known color: Turquoise. HEX triplet: 2C, FF and CD. RGB value is (44,255,205). Sum of RGB (Red+Green+Blue) = 44+255+205=504 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.73% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFFCD is #D30032. Grayscale: #BABABA. Windows color (decimal): -13828147 or 13500204. OLE color: 13500204.
HSL color Cylindrical-coordinate representation of color #2CFFCD: hue angle of 165.78º 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 #2CFFCD is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 205 | - |
| CMYK | 0.83 | 0 | 0.20 | 0 |
| HSL | 165.78º | 1% | 0.59% | - |
| HSV(B) | 165.78º | 0.83% | 1% | - |
| XYZ | 47.82 | 76.46 | 70 | - |
| YUV | 186.21 | 138.6 | 26.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 205 | 0.83 | 0 | 0.20 | 0 | 165.78 | 1 | 0.59 |
| Hex | 2C | FF | CD | 53 | 0 | 14 | 0 | A6 | 64 | 3B |
| Octal | 54 | 377 | 315 | 123 | 0 | 24 | 0 | 246 | 144 | 73 |
| Binary | 101100 | 11111111 | 11001101 | 1010011 | 0 | 10100 | 0 | 10100110 | 1100100 | 111011 |
Color Harmonies of #2CFFCD
Complementary color
Monochromatic Colors of #2CFFCD
Black with #2CFFCD
Text Example
Text Example
White with #2CFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFFCD; }
p { color: rgb(44,255,205); }
H1.HeaderClassName
{
color: #2CFFCD;
}
.AnyTagClassName
{
color: #2CFFCD;
}
</style>
background-color css
<style>
a { background-color: #2CFFCD; }
a { background-color: rgb(44,255,205); }
div.DivClassName
{
background-color: #2CFFCD;
}
.BgClassName
{
background-color: #2CFFCD;
}
</style>
border-color css
<style>
span { border-color: #2CFFCD; }
span { border-color: rgb(44,255,205); }
td.TdClassName
{
border-color: #2CFFCD;
}
.TagClassName
{
border-color: #2CFFCD;
}
</style>