Shades of Turquoise #2CDDEB
Tints of Turquoise #2CDDEB
RGB
CMYK
RGB Variations
Color information
#2CDDEB (or 0x2CDDEB) is known color: Turquoise. HEX triplet: 2C, DD and EB. RGB value is (44,221,235). Sum of RGB (Red+Green+Blue) = 44+221+235=500 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.8% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #2CDDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CDDEB is #D32214. Grayscale: #A9A9A9. Windows color (decimal): -13836821 or 15457580. OLE color: 15457580.
HSL color Cylindrical-coordinate representation of color #2CDDEB: hue angle of 184.4º 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 #2CDDEB is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 221 | 235 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.08 |
| HSL | 184.4º | 0.83% | 0.55% | - |
| HSV(B) | 184.4º | 0.81% | 0.92% | - |
| XYZ | 41.89 | 58.25 | 87.63 | - |
| YUV | 169.67 | 164.86 | 38.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 235 | 0.81 | 0.06 | 0 | 0.08 | 184.4 | 0.83 | 0.55 |
| Hex | 2C | DD | EB | 51 | 6 | 0 | 8 | B8 | 53 | 37 |
| Octal | 54 | 335 | 353 | 121 | 6 | 0 | 10 | 270 | 123 | 67 |
| Binary | 101100 | 11011101 | 11101011 | 1010001 | 110 | 0 | 1000 | 10111000 | 1010011 | 110111 |
Color Harmonies of #2CDDEB
Complementary color
Monochromatic Colors of #2CDDEB
Black with #2CDDEB
Text Example
Text Example
White with #2CDDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDDEB; }
p { color: rgb(44,221,235); }
H1.HeaderClassName
{
color: #2CDDEB;
}
.AnyTagClassName
{
color: #2CDDEB;
}
</style>
background-color css
<style>
a { background-color: #2CDDEB; }
a { background-color: rgb(44,221,235); }
div.DivClassName
{
background-color: #2CDDEB;
}
.BgClassName
{
background-color: #2CDDEB;
}
</style>
border-color css
<style>
span { border-color: #2CDDEB; }
span { border-color: rgb(44,221,235); }
td.TdClassName
{
border-color: #2CDDEB;
}
.TagClassName
{
border-color: #2CDDEB;
}
</style>