Shades of Turquoise #2CEFDA
Tints of Turquoise #2CEFDA
RGB
CMYK
RGB Variations
Color information
#2CEFDA (or 0x2CEFDA) is known color: Turquoise. HEX triplet: 2C, EF and DA. RGB value is (44,239,218). Sum of RGB (Red+Green+Blue) = 44+239+218=501 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.78% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEFDA is #D31025. Grayscale: #B2B2B2. Windows color (decimal): -13832230 or 14348076. OLE color: 14348076.
HSL color Cylindrical-coordinate representation of color #2CEFDA: hue angle of 173.54º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEFDA is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 218 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.06 |
| HSL | 173.54º | 0.86% | 0.55% | - |
| HSV(B) | 173.54º | 0.82% | 0.94% | - |
| XYZ | 44.56 | 67.33 | 76.98 | - |
| YUV | 178.3 | 150.4 | 32.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 218 | 0.82 | 0 | 0.09 | 0.06 | 173.54 | 0.86 | 0.55 |
| Hex | 2C | EF | DA | 52 | 0 | 9 | 6 | AE | 56 | 37 |
| Octal | 54 | 357 | 332 | 122 | 0 | 11 | 6 | 256 | 126 | 67 |
| Binary | 101100 | 11101111 | 11011010 | 1010010 | 0 | 1001 | 110 | 10101110 | 1010110 | 110111 |
Color Harmonies of #2CEFDA
Complementary color
Monochromatic Colors of #2CEFDA
Black with #2CEFDA
Text Example
Text Example
White with #2CEFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEFDA; }
p { color: rgb(44,239,218); }
H1.HeaderClassName
{
color: #2CEFDA;
}
.AnyTagClassName
{
color: #2CEFDA;
}
</style>
background-color css
<style>
a { background-color: #2CEFDA; }
a { background-color: rgb(44,239,218); }
div.DivClassName
{
background-color: #2CEFDA;
}
.BgClassName
{
background-color: #2CEFDA;
}
</style>
border-color css
<style>
span { border-color: #2CEFDA; }
span { border-color: rgb(44,239,218); }
td.TdClassName
{
border-color: #2CEFDA;
}
.TagClassName
{
border-color: #2CEFDA;
}
</style>