Shades of Turquoise #2CE4DB
Tints of Turquoise #2CE4DB
RGB
CMYK
RGB Variations
Color information
#2CE4DB (or 0x2CE4DB) is known color: Turquoise. HEX triplet: 2C, E4 and DB. RGB value is (44,228,219). Sum of RGB (Red+Green+Blue) = 44+228+219=491 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.96% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #2CE4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE4DB is #D31B24. Grayscale: #ABABAB. Windows color (decimal): -13835045 or 14410796. OLE color: 14410796.
HSL color Cylindrical-coordinate representation of color #2CE4DB: hue angle of 177.07º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE4DB is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 44 | 228 | 219 | - |
CMYK | 0.81 | 0 | 0.04 | 0.11 |
HSL | 177.07º | 0.77% | 0.53% | - |
HSV(B) | 177.07º | 0.81% | 0.89% | - |
XYZ | 41.57 | 61.14 | 76.63 | - |
YUV | 171.96 | 154.54 | 36.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 44 | 228 | 219 | 0.81 | 0 | 0.04 | 0.11 | 177.07 | 0.77 | 0.53 |
Hex | 2C | E4 | DB | 51 | 0 | 4 | B | B1 | 4D | 35 |
Octal | 54 | 344 | 333 | 121 | 0 | 4 | 13 | 261 | 115 | 65 |
Binary | 101100 | 11100100 | 11011011 | 1010001 | 0 | 100 | 1011 | 10110001 | 1001101 | 110101 |
Color Harmonies of #2CE4DB
Complementary color
Monochromatic Colors of #2CE4DB
Black with #2CE4DB
Text Example
Text Example
White with #2CE4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE4DB; }
p { color: rgb(44,228,219); }
H1.HeaderClassName
{
color: #2CE4DB;
}
.AnyTagClassName
{
color: #2CE4DB;
}
</style>
background-color css
<style>
a { background-color: #2CE4DB; }
a { background-color: rgb(44,228,219); }
div.DivClassName
{
background-color: #2CE4DB;
}
.BgClassName
{
background-color: #2CE4DB;
}
</style>
border-color css
<style>
span { border-color: #2CE4DB; }
span { border-color: rgb(44,228,219); }
td.TdClassName
{
border-color: #2CE4DB;
}
.TagClassName
{
border-color: #2CE4DB;
}
</style>