Shades of Turquoise #2CDDEA
Tints of Turquoise #2CDDEA
RGB
CMYK
RGB Variations
Color information
#2CDDEA (or 0x2CDDEA) is known color: Turquoise. HEX triplet: 2C, DD and EA. RGB value is (44,221,234). Sum of RGB (Red+Green+Blue) = 44+221+234=499 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.82% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #2CDDEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CDDEA is #D32215. Grayscale: #A9A9A9. Windows color (decimal): -13836822 or 15392044. OLE color: 15392044.
HSL color Cylindrical-coordinate representation of color #2CDDEA: hue angle of 184.11º degrees, saturation: 0.82, 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 #2CDDEA is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 221 | 234 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.08 |
| HSL | 184.11º | 0.82% | 0.55% | - |
| HSV(B) | 184.11º | 0.81% | 0.92% | - |
| XYZ | 41.75 | 58.19 | 86.87 | - |
| YUV | 169.56 | 164.36 | 38.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 221 | 234 | 0.81 | 0.06 | 0 | 0.08 | 184.11 | 0.82 | 0.55 |
| Hex | 2C | DD | EA | 51 | 6 | 0 | 8 | B8 | 52 | 37 |
| Octal | 54 | 335 | 352 | 121 | 6 | 0 | 10 | 270 | 122 | 67 |
| Binary | 101100 | 11011101 | 11101010 | 1010001 | 110 | 0 | 1000 | 10111000 | 1010010 | 110111 |
Color Harmonies of #2CDDEA
Complementary color
Monochromatic Colors of #2CDDEA
Black with #2CDDEA
Text Example
Text Example
White with #2CDDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDDEA; }
p { color: rgb(44,221,234); }
H1.HeaderClassName
{
color: #2CDDEA;
}
.AnyTagClassName
{
color: #2CDDEA;
}
</style>
background-color css
<style>
a { background-color: #2CDDEA; }
a { background-color: rgb(44,221,234); }
div.DivClassName
{
background-color: #2CDDEA;
}
.BgClassName
{
background-color: #2CDDEA;
}
</style>
border-color css
<style>
span { border-color: #2CDDEA; }
span { border-color: rgb(44,221,234); }
td.TdClassName
{
border-color: #2CDDEA;
}
.TagClassName
{
border-color: #2CDDEA;
}
</style>