Shades of Turquoise #2CEADD
Tints of Turquoise #2CEADD
RGB
CMYK
RGB Variations
Color information
#2CEADD (or 0x2CEADD) is known color: Turquoise. HEX triplet: 2C, EA and DD. RGB value is (44,234,221). Sum of RGB (Red+Green+Blue) = 44+234+221=499 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.82% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEADD is #D31522. Grayscale: #AFAFAF. Windows color (decimal): -13833507 or 14543404. OLE color: 14543404.
HSL color Cylindrical-coordinate representation of color #2CEADD: hue angle of 175.89º degrees, saturation: 0.82, 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 #2CEADD is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 234 | 221 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.08 |
| HSL | 175.89º | 0.82% | 0.55% | - |
| HSV(B) | 175.89º | 0.81% | 0.92% | - |
| XYZ | 43.51 | 64.6 | 78.58 | - |
| YUV | 175.71 | 153.55 | 34.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 221 | 0.81 | 0 | 0.06 | 0.08 | 175.89 | 0.82 | 0.55 |
| Hex | 2C | EA | DD | 51 | 0 | 6 | 8 | B0 | 52 | 37 |
| Octal | 54 | 352 | 335 | 121 | 0 | 6 | 10 | 260 | 122 | 67 |
| Binary | 101100 | 11101010 | 11011101 | 1010001 | 0 | 110 | 1000 | 10110000 | 1010010 | 110111 |
Color Harmonies of #2CEADD
Complementary color
Monochromatic Colors of #2CEADD
Black with #2CEADD
Text Example
Text Example
White with #2CEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEADD; }
p { color: rgb(44,234,221); }
H1.HeaderClassName
{
color: #2CEADD;
}
.AnyTagClassName
{
color: #2CEADD;
}
</style>
background-color css
<style>
a { background-color: #2CEADD; }
a { background-color: rgb(44,234,221); }
div.DivClassName
{
background-color: #2CEADD;
}
.BgClassName
{
background-color: #2CEADD;
}
</style>
border-color css
<style>
span { border-color: #2CEADD; }
span { border-color: rgb(44,234,221); }
td.TdClassName
{
border-color: #2CEADD;
}
.TagClassName
{
border-color: #2CEADD;
}
</style>