Shades of Turquoise #2CDCEA
Tints of Turquoise #2CDCEA
RGB
CMYK
RGB Variations
Color information
#2CDCEA (or 0x2CDCEA) is known color: Turquoise. HEX triplet: 2C, DC and EA. RGB value is (44,220,234). Sum of RGB (Red+Green+Blue) = 44+220+234=498 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.84% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #2CDCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CDCEA is #D32315. Grayscale: #A8A8A8. Windows color (decimal): -13837078 or 15391788. OLE color: 15391788.
HSL color Cylindrical-coordinate representation of color #2CDCEA: hue angle of 184.42º 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 #2CDCEA is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 220 | 234 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.08 |
| HSL | 184.42º | 0.82% | 0.55% | - |
| HSV(B) | 184.42º | 0.81% | 0.92% | - |
| XYZ | 41.48 | 57.66 | 86.79 | - |
| YUV | 168.97 | 164.69 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 234 | 0.81 | 0.06 | 0 | 0.08 | 184.42 | 0.82 | 0.55 |
| Hex | 2C | DC | EA | 51 | 6 | 0 | 8 | B8 | 52 | 37 |
| Octal | 54 | 334 | 352 | 121 | 6 | 0 | 10 | 270 | 122 | 67 |
| Binary | 101100 | 11011100 | 11101010 | 1010001 | 110 | 0 | 1000 | 10111000 | 1010010 | 110111 |
Color Harmonies of #2CDCEA
Complementary color
Monochromatic Colors of #2CDCEA
Black with #2CDCEA
Text Example
Text Example
White with #2CDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDCEA; }
p { color: rgb(44,220,234); }
H1.HeaderClassName
{
color: #2CDCEA;
}
.AnyTagClassName
{
color: #2CDCEA;
}
</style>
background-color css
<style>
a { background-color: #2CDCEA; }
a { background-color: rgb(44,220,234); }
div.DivClassName
{
background-color: #2CDCEA;
}
.BgClassName
{
background-color: #2CDCEA;
}
</style>
border-color css
<style>
span { border-color: #2CDCEA; }
span { border-color: rgb(44,220,234); }
td.TdClassName
{
border-color: #2CDCEA;
}
.TagClassName
{
border-color: #2CDCEA;
}
</style>