Shades of Turquoise #2CFEDA
Tints of Turquoise #2CFEDA
RGB
CMYK
RGB Variations
Color information
#2CFEDA (or 0x2CFEDA) is known color: Turquoise. HEX triplet: 2C, FE and DA. RGB value is (44,254,218). Sum of RGB (Red+Green+Blue) = 44+254+218=516 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.53% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #2CFEDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFEDA is #D30125. Grayscale: #BBBBBB. Windows color (decimal): -13828390 or 14351916. OLE color: 14351916.
HSL color Cylindrical-coordinate representation of color #2CFEDA: hue angle of 169.71º 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 #2CFEDA is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 44 | 254 | 218 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.00 |
| HSL | 169.71º | 0.99% | 0.58% | - |
| HSV(B) | 169.71º | 0.83% | 1% | - |
| XYZ | 49.14 | 76.48 | 78.5 | - |
| YUV | 187.11 | 145.43 | 25.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 254 | 218 | 0.83 | 0 | 0.14 | 0.00 | 169.71 | 0.99 | 0.58 |
| Hex | 2C | FE | DA | 53 | 0 | E | 0 | AA | 63 | 3A |
| Octal | 54 | 376 | 332 | 123 | 0 | 16 | 0 | 252 | 143 | 72 |
| Binary | 101100 | 11111110 | 11011010 | 1010011 | 0 | 1110 | 0 | 10101010 | 1100011 | 111010 |
Color Harmonies of #2CFEDA
Complementary color
Monochromatic Colors of #2CFEDA
Black with #2CFEDA
Text Example
Text Example
White with #2CFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFEDA; }
p { color: rgb(44,254,218); }
H1.HeaderClassName
{
color: #2CFEDA;
}
.AnyTagClassName
{
color: #2CFEDA;
}
</style>
background-color css
<style>
a { background-color: #2CFEDA; }
a { background-color: rgb(44,254,218); }
div.DivClassName
{
background-color: #2CFEDA;
}
.BgClassName
{
background-color: #2CFEDA;
}
</style>
border-color css
<style>
span { border-color: #2CFEDA; }
span { border-color: rgb(44,254,218); }
td.TdClassName
{
border-color: #2CFEDA;
}
.TagClassName
{
border-color: #2CFEDA;
}
</style>