Shades of Turquoise #2CFFD0
Tints of Turquoise #2CFFD0
RGB
CMYK
RGB Variations
Color information
#2CFFD0 (or 0x2CFFD0) is known color: Turquoise. HEX triplet: 2C, FF and D0. RGB value is (44,255,208). Sum of RGB (Red+Green+Blue) = 44+255+208=507 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.68% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFFD0 is #D3002F. Grayscale: #BABABA. Windows color (decimal): -13828144 or 13696812. OLE color: 13696812.
HSL color Cylindrical-coordinate representation of color #2CFFD0: hue angle of 166.64º 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 #2CFFD0 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 208 | - |
| CMYK | 0.83 | 0 | 0.18 | 0 |
| HSL | 166.64º | 1% | 0.59% | - |
| HSV(B) | 166.64º | 0.83% | 1% | - |
| XYZ | 48.18 | 76.61 | 71.92 | - |
| YUV | 186.55 | 140.1 | 26.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 208 | 0.83 | 0 | 0.18 | 0 | 166.64 | 1 | 0.59 |
| Hex | 2C | FF | D0 | 53 | 0 | 12 | 0 | A7 | 64 | 3B |
| Octal | 54 | 377 | 320 | 123 | 0 | 22 | 0 | 247 | 144 | 73 |
| Binary | 101100 | 11111111 | 11010000 | 1010011 | 0 | 10010 | 0 | 10100111 | 1100100 | 111011 |
Color Harmonies of #2CFFD0
Complementary color
Monochromatic Colors of #2CFFD0
Black with #2CFFD0
Text Example
Text Example
White with #2CFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFFD0; }
p { color: rgb(44,255,208); }
H1.HeaderClassName
{
color: #2CFFD0;
}
.AnyTagClassName
{
color: #2CFFD0;
}
</style>
background-color css
<style>
a { background-color: #2CFFD0; }
a { background-color: rgb(44,255,208); }
div.DivClassName
{
background-color: #2CFFD0;
}
.BgClassName
{
background-color: #2CFFD0;
}
</style>
border-color css
<style>
span { border-color: #2CFFD0; }
span { border-color: rgb(44,255,208); }
td.TdClassName
{
border-color: #2CFFD0;
}
.TagClassName
{
border-color: #2CFFD0;
}
</style>