Shades of Turquoise #2CDDEF
Tints of Turquoise #2CDDEF
RGB
CMYK
RGB Variations
Color information
#2CDDEF (or 0x2CDDEF) is known color: Turquoise. HEX triplet: 2C, DD and EF. RGB value is (44,221,239). Sum of RGB (Red+Green+Blue) = 44+221+239=504 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.73% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #2CDDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CDDEF is #D32210. Grayscale: #A9A9A9. Windows color (decimal): -13836817 or 15719724. OLE color: 15719724.
HSL color Cylindrical-coordinate representation of color #2CDDEF: hue angle of 185.54º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CDDEF is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 221 | 239 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.06 |
| HSL | 185.54º | 0.86% | 0.55% | - |
| HSV(B) | 185.54º | 0.82% | 0.94% | - |
| XYZ | 42.48 | 58.48 | 90.71 | - |
| YUV | 170.13 | 166.86 | 38.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 239 | 0.82 | 0.08 | 0 | 0.06 | 185.54 | 0.86 | 0.55 |
| Hex | 2C | DD | EF | 52 | 8 | 0 | 6 | BA | 56 | 37 |
| Octal | 54 | 335 | 357 | 122 | 10 | 0 | 6 | 272 | 126 | 67 |
| Binary | 101100 | 11011101 | 11101111 | 1010010 | 1000 | 0 | 110 | 10111010 | 1010110 | 110111 |
Color Harmonies of #2CDDEF
Complementary color
Monochromatic Colors of #2CDDEF
Black with #2CDDEF
Text Example
Text Example
White with #2CDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDDEF; }
p { color: rgb(44,221,239); }
H1.HeaderClassName
{
color: #2CDDEF;
}
.AnyTagClassName
{
color: #2CDDEF;
}
</style>
background-color css
<style>
a { background-color: #2CDDEF; }
a { background-color: rgb(44,221,239); }
div.DivClassName
{
background-color: #2CDDEF;
}
.BgClassName
{
background-color: #2CDDEF;
}
</style>
border-color css
<style>
span { border-color: #2CDDEF; }
span { border-color: rgb(44,221,239); }
td.TdClassName
{
border-color: #2CDDEF;
}
.TagClassName
{
border-color: #2CDDEF;
}
</style>