Shades of Turquoise #2CEDCD
Tints of Turquoise #2CEDCD
RGB
CMYK
RGB Variations
Color information
#2CEDCD (or 0x2CEDCD) is known color: Turquoise. HEX triplet: 2C, ED and CD. RGB value is (44,237,205). Sum of RGB (Red+Green+Blue) = 44+237+205=486 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.05% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #2CEDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEDCD is #D31232. Grayscale: #AFAFAF. Windows color (decimal): -13832755 or 13495596. OLE color: 13495596.
HSL color Cylindrical-coordinate representation of color #2CEDCD: hue angle of 170.05º 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 #2CEDCD is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 237 | 205 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.07 |
| HSL | 170.05º | 0.84% | 0.55% | - |
| HSV(B) | 170.05º | 0.81% | 0.93% | - |
| XYZ | 42.34 | 65.51 | 68.17 | - |
| YUV | 175.65 | 144.56 | 34.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 237 | 205 | 0.81 | 0 | 0.14 | 0.07 | 170.05 | 0.84 | 0.55 |
| Hex | 2C | ED | CD | 51 | 0 | E | 7 | AA | 54 | 37 |
| Octal | 54 | 355 | 315 | 121 | 0 | 16 | 7 | 252 | 124 | 67 |
| Binary | 101100 | 11101101 | 11001101 | 1010001 | 0 | 1110 | 111 | 10101010 | 1010100 | 110111 |
Color Harmonies of #2CEDCD
Complementary color
Monochromatic Colors of #2CEDCD
Black with #2CEDCD
Text Example
Text Example
White with #2CEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEDCD; }
p { color: rgb(44,237,205); }
H1.HeaderClassName
{
color: #2CEDCD;
}
.AnyTagClassName
{
color: #2CEDCD;
}
</style>
background-color css
<style>
a { background-color: #2CEDCD; }
a { background-color: rgb(44,237,205); }
div.DivClassName
{
background-color: #2CEDCD;
}
.BgClassName
{
background-color: #2CEDCD;
}
</style>
border-color css
<style>
span { border-color: #2CEDCD; }
span { border-color: rgb(44,237,205); }
td.TdClassName
{
border-color: #2CEDCD;
}
.TagClassName
{
border-color: #2CEDCD;
}
</style>