Shades of Turquoise #2CFED0
Tints of Turquoise #2CFED0
RGB
CMYK
RGB Variations
Color information
#2CFED0 (or 0x2CFED0) is known color: Turquoise. HEX triplet: 2C, FE and D0. RGB value is (44,254,208). Sum of RGB (Red+Green+Blue) = 44+254+208=506 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.70% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #2CFED0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFED0 is #D3012F. Grayscale: #B9B9B9. Windows color (decimal): -13828400 or 13696556. OLE color: 13696556.
HSL color Cylindrical-coordinate representation of color #2CFED0: hue angle of 166.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFED0 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 44 | 254 | 208 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.00 |
| HSL | 166.86º | 0.99% | 0.58% | - |
| HSV(B) | 166.86º | 0.83% | 1% | - |
| XYZ | 47.87 | 75.97 | 71.82 | - |
| YUV | 185.97 | 140.43 | 26.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 254 | 208 | 0.83 | 0 | 0.18 | 0.00 | 166.86 | 0.99 | 0.58 |
| Hex | 2C | FE | D0 | 53 | 0 | 12 | 0 | A7 | 63 | 3A |
| Octal | 54 | 376 | 320 | 123 | 0 | 22 | 0 | 247 | 143 | 72 |
| Binary | 101100 | 11111110 | 11010000 | 1010011 | 0 | 10010 | 0 | 10100111 | 1100011 | 111010 |
Color Harmonies of #2CFED0
Complementary color
Monochromatic Colors of #2CFED0
Black with #2CFED0
Text Example
Text Example
White with #2CFED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFED0; }
p { color: rgb(44,254,208); }
H1.HeaderClassName
{
color: #2CFED0;
}
.AnyTagClassName
{
color: #2CFED0;
}
</style>
background-color css
<style>
a { background-color: #2CFED0; }
a { background-color: rgb(44,254,208); }
div.DivClassName
{
background-color: #2CFED0;
}
.BgClassName
{
background-color: #2CFED0;
}
</style>
border-color css
<style>
span { border-color: #2CFED0; }
span { border-color: rgb(44,254,208); }
td.TdClassName
{
border-color: #2CFED0;
}
.TagClassName
{
border-color: #2CFED0;
}
</style>