Shades of Turquoise #2CEDDB
Tints of Turquoise #2CEDDB
RGB
CMYK
RGB Variations
Color information
#2CEDDB (or 0x2CEDDB) is known color: Turquoise. HEX triplet: 2C, ED and DB. RGB value is (44,237,219). Sum of RGB (Red+Green+Blue) = 44+237+219=500 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.8% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #2CEDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEDDB is #D31224. Grayscale: #B1B1B1. Windows color (decimal): -13832741 or 14413100. OLE color: 14413100.
HSL color Cylindrical-coordinate representation of color #2CEDDB: hue angle of 174.4º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEDDB is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 237 | 219 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.07 |
| HSL | 174.4º | 0.84% | 0.55% | - |
| HSV(B) | 174.4º | 0.81% | 0.93% | - |
| XYZ | 44.11 | 66.22 | 77.47 | - |
| YUV | 177.24 | 151.56 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 237 | 219 | 0.81 | 0 | 0.08 | 0.07 | 174.4 | 0.84 | 0.55 |
| Hex | 2C | ED | DB | 51 | 0 | 8 | 7 | AE | 54 | 37 |
| Octal | 54 | 355 | 333 | 121 | 0 | 10 | 7 | 256 | 124 | 67 |
| Binary | 101100 | 11101101 | 11011011 | 1010001 | 0 | 1000 | 111 | 10101110 | 1010100 | 110111 |
Color Harmonies of #2CEDDB
Complementary color
Monochromatic Colors of #2CEDDB
Black with #2CEDDB
Text Example
Text Example
White with #2CEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEDDB; }
p { color: rgb(44,237,219); }
H1.HeaderClassName
{
color: #2CEDDB;
}
.AnyTagClassName
{
color: #2CEDDB;
}
</style>
background-color css
<style>
a { background-color: #2CEDDB; }
a { background-color: rgb(44,237,219); }
div.DivClassName
{
background-color: #2CEDDB;
}
.BgClassName
{
background-color: #2CEDDB;
}
</style>
border-color css
<style>
span { border-color: #2CEDDB; }
span { border-color: rgb(44,237,219); }
td.TdClassName
{
border-color: #2CEDDB;
}
.TagClassName
{
border-color: #2CEDDB;
}
</style>