Shades of Turquoise #2CE9DD
Tints of Turquoise #2CE9DD
RGB
CMYK
RGB Variations
Color information
#2CE9DD (or 0x2CE9DD) is known color: Turquoise. HEX triplet: 2C, E9 and DD. RGB value is (44,233,221). Sum of RGB (Red+Green+Blue) = 44+233+221=498 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.84% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE9DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CE9DD is #D31622. Grayscale: #AEAEAE. Windows color (decimal): -13833763 or 14543148. OLE color: 14543148.
HSL color Cylindrical-coordinate representation of color #2CE9DD: hue angle of 176.19º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE9DD is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 233 | 221 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.09 |
| HSL | 176.19º | 0.81% | 0.54% | - |
| HSV(B) | 176.19º | 0.81% | 0.91% | - |
| XYZ | 43.23 | 64.03 | 78.49 | - |
| YUV | 175.12 | 153.88 | 34.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 221 | 0.81 | 0 | 0.05 | 0.09 | 176.19 | 0.81 | 0.54 |
| Hex | 2C | E9 | DD | 51 | 0 | 5 | 9 | B0 | 51 | 36 |
| Octal | 54 | 351 | 335 | 121 | 0 | 5 | 11 | 260 | 121 | 66 |
| Binary | 101100 | 11101001 | 11011101 | 1010001 | 0 | 101 | 1001 | 10110000 | 1010001 | 110110 |
Color Harmonies of #2CE9DD
Complementary color
Monochromatic Colors of #2CE9DD
Black with #2CE9DD
Text Example
Text Example
White with #2CE9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE9DD; }
p { color: rgb(44,233,221); }
H1.HeaderClassName
{
color: #2CE9DD;
}
.AnyTagClassName
{
color: #2CE9DD;
}
</style>
background-color css
<style>
a { background-color: #2CE9DD; }
a { background-color: rgb(44,233,221); }
div.DivClassName
{
background-color: #2CE9DD;
}
.BgClassName
{
background-color: #2CE9DD;
}
</style>
border-color css
<style>
span { border-color: #2CE9DD; }
span { border-color: rgb(44,233,221); }
td.TdClassName
{
border-color: #2CE9DD;
}
.TagClassName
{
border-color: #2CE9DD;
}
</style>