Shades of Turquoise #2CDCED
Tints of Turquoise #2CDCED
RGB
CMYK
RGB Variations
Color information
#2CDCED (or 0x2CDCED) is known color: Turquoise. HEX triplet: 2C, DC and ED. RGB value is (44,220,237). Sum of RGB (Red+Green+Blue) = 44+220+237=501 (66% of max value = 765). Red value is 44 (17.58% from 255 or 8.78% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #2CDCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CDCED is #D32312. Grayscale: #A9A9A9. Windows color (decimal): -13837075 or 15588396. OLE color: 15588396.
HSL color Cylindrical-coordinate representation of color #2CDCED: hue angle of 185.28º 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 #2CDCED is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 220 | 237 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.07 |
| HSL | 185.29º | 0.84% | 0.55% | - |
| HSV(B) | 185.29º | 0.81% | 0.93% | - |
| XYZ | 41.92 | 57.84 | 89.07 | - |
| YUV | 169.31 | 166.19 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 220 | 237 | 0.81 | 0.07 | 0 | 0.07 | 185.29 | 0.84 | 0.55 |
| Hex | 2C | DC | ED | 51 | 7 | 0 | 7 | B9 | 54 | 37 |
| Octal | 54 | 334 | 355 | 121 | 7 | 0 | 7 | 271 | 124 | 67 |
| Binary | 101100 | 11011100 | 11101101 | 1010001 | 111 | 0 | 111 | 10111001 | 1010100 | 110111 |
Color Harmonies of #2CDCED
Complementary color
Monochromatic Colors of #2CDCED
Black with #2CDCED
Text Example
Text Example
White with #2CDCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDCED; }
p { color: rgb(44,220,237); }
H1.HeaderClassName
{
color: #2CDCED;
}
.AnyTagClassName
{
color: #2CDCED;
}
</style>
background-color css
<style>
a { background-color: #2CDCED; }
a { background-color: rgb(44,220,237); }
div.DivClassName
{
background-color: #2CDCED;
}
.BgClassName
{
background-color: #2CDCED;
}
</style>
border-color css
<style>
span { border-color: #2CDCED; }
span { border-color: rgb(44,220,237); }
td.TdClassName
{
border-color: #2CDCED;
}
.TagClassName
{
border-color: #2CDCED;
}
</style>