Shades of Turquoise #2CEBDA
Tints of Turquoise #2CEBDA
RGB
CMYK
RGB Variations
Color information
#2CEBDA (or 0x2CEBDA) is known color: Turquoise. HEX triplet: 2C, EB and DA. RGB value is (44,235,218). Sum of RGB (Red+Green+Blue) = 44+235+218=497 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.85% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEBDA is #D31425. Grayscale: #AFAFAF. Windows color (decimal): -13833254 or 14347052. OLE color: 14347052.
HSL color Cylindrical-coordinate representation of color #2CEBDA: hue angle of 174.66º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEBDA is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 218 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.08 |
| HSL | 174.66º | 0.83% | 0.55% | - |
| HSV(B) | 174.66º | 0.81% | 0.92% | - |
| XYZ | 43.4 | 65.01 | 76.59 | - |
| YUV | 175.95 | 151.72 | 33.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 218 | 0.81 | 0 | 0.07 | 0.08 | 174.66 | 0.83 | 0.55 |
| Hex | 2C | EB | DA | 51 | 0 | 7 | 8 | AF | 53 | 37 |
| Octal | 54 | 353 | 332 | 121 | 0 | 7 | 10 | 257 | 123 | 67 |
| Binary | 101100 | 11101011 | 11011010 | 1010001 | 0 | 111 | 1000 | 10101111 | 1010011 | 110111 |
Color Harmonies of #2CEBDA
Complementary color
Monochromatic Colors of #2CEBDA
Black with #2CEBDA
Text Example
Text Example
White with #2CEBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEBDA; }
p { color: rgb(44,235,218); }
H1.HeaderClassName
{
color: #2CEBDA;
}
.AnyTagClassName
{
color: #2CEBDA;
}
</style>
background-color css
<style>
a { background-color: #2CEBDA; }
a { background-color: rgb(44,235,218); }
div.DivClassName
{
background-color: #2CEBDA;
}
.BgClassName
{
background-color: #2CEBDA;
}
</style>
border-color css
<style>
span { border-color: #2CEBDA; }
span { border-color: rgb(44,235,218); }
td.TdClassName
{
border-color: #2CEBDA;
}
.TagClassName
{
border-color: #2CEBDA;
}
</style>