Shades of Turquoise #2CDECE
Tints of Turquoise #2CDECE
RGB
CMYK
RGB Variations
Color information
#2CDECE (or 0x2CDECE) is known color: Turquoise. HEX triplet: 2C, DE and CE. RGB value is (44,222,206). Sum of RGB (Red+Green+Blue) = 44+222+206=472 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.32% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #2CDECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDECE is #D32131. Grayscale: #A6A6A6. Windows color (decimal): -13836594 or 13557292. OLE color: 13557292.
HSL color Cylindrical-coordinate representation of color #2CDECE: hue angle of 174.61º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDECE is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 222 | 206 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.13 |
| HSL | 174.61º | 0.73% | 0.52% | - |
| HSV(B) | 174.61º | 0.8% | 0.87% | - |
| XYZ | 38.3 | 57.23 | 67.42 | - |
| YUV | 166.95 | 150.03 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 222 | 206 | 0.80 | 0 | 0.07 | 0.13 | 174.61 | 0.73 | 0.52 |
| Hex | 2C | DE | CE | 50 | 0 | 7 | D | AF | 49 | 34 |
| Octal | 54 | 336 | 316 | 120 | 0 | 7 | 15 | 257 | 111 | 64 |
| Binary | 101100 | 11011110 | 11001110 | 1010000 | 0 | 111 | 1101 | 10101111 | 1001001 | 110100 |
Color Harmonies of #2CDECE
Complementary color
Monochromatic Colors of #2CDECE
Black with #2CDECE
Text Example
Text Example
White with #2CDECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDECE; }
p { color: rgb(44,222,206); }
H1.HeaderClassName
{
color: #2CDECE;
}
.AnyTagClassName
{
color: #2CDECE;
}
</style>
background-color css
<style>
a { background-color: #2CDECE; }
a { background-color: rgb(44,222,206); }
div.DivClassName
{
background-color: #2CDECE;
}
.BgClassName
{
background-color: #2CDECE;
}
</style>
border-color css
<style>
span { border-color: #2CDECE; }
span { border-color: rgb(44,222,206); }
td.TdClassName
{
border-color: #2CDECE;
}
.TagClassName
{
border-color: #2CDECE;
}
</style>