Shades of Turquoise #4CEFCD
Tints of Turquoise #4CEFCD
RGB
CMYK
RGB Variations
Color information
#4CEFCD (or 0x4CEFCD) is known color: Turquoise. HEX triplet: 4C, EF and CD. RGB value is (76,239,205). Sum of RGB (Red+Green+Blue) = 76+239+205=520 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.62% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEFCD is #B31032. Grayscale: #BABABA. Windows color (decimal): -11735091 or 13496140. OLE color: 13496140.
HSL color Cylindrical-coordinate representation of color #4CEFCD: hue angle of 167.48º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEFCD is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 239 | 205 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.06 |
| HSL | 167.48º | 0.84% | 0.62% | - |
| HSV(B) | 167.48º | 0.68% | 0.94% | - |
| XYZ | 44.87 | 67.68 | 68.46 | - |
| YUV | 186.39 | 138.5 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 239 | 205 | 0.68 | 0 | 0.14 | 0.06 | 167.48 | 0.84 | 0.62 |
| Hex | 4C | EF | CD | 44 | 0 | E | 6 | A7 | 54 | 3E |
| Octal | 114 | 357 | 315 | 104 | 0 | 16 | 6 | 247 | 124 | 76 |
| Binary | 1001100 | 11101111 | 11001101 | 1000100 | 0 | 1110 | 110 | 10100111 | 1010100 | 111110 |
Color Harmonies of #4CEFCD
Complementary color
Monochromatic Colors of #4CEFCD
Black with #4CEFCD
Text Example
Text Example
White with #4CEFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEFCD; }
p { color: rgb(76,239,205); }
H1.HeaderClassName
{
color: #4CEFCD;
}
.AnyTagClassName
{
color: #4CEFCD;
}
</style>
background-color css
<style>
a { background-color: #4CEFCD; }
a { background-color: rgb(76,239,205); }
div.DivClassName
{
background-color: #4CEFCD;
}
.BgClassName
{
background-color: #4CEFCD;
}
</style>
border-color css
<style>
span { border-color: #4CEFCD; }
span { border-color: rgb(76,239,205); }
td.TdClassName
{
border-color: #4CEFCD;
}
.TagClassName
{
border-color: #4CEFCD;
}
</style>