Shades of Turquoise #4CEDCD
Tints of Turquoise #4CEDCD
RGB
CMYK
RGB Variations
Color information
#4CEDCD (or 0x4CEDCD) is known color: Turquoise. HEX triplet: 4C, ED and CD. RGB value is (76,237,205). Sum of RGB (Red+Green+Blue) = 76+237+205=518 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.67% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #4CEDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEDCD is #B31232. Grayscale: #B9B9B9. Windows color (decimal): -11735603 or 13495628. OLE color: 13495628.
HSL color Cylindrical-coordinate representation of color #4CEDCD: hue angle of 168.07º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEDCD is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 237 | 205 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.07 |
| HSL | 168.07º | 0.82% | 0.61% | - |
| HSV(B) | 168.07º | 0.68% | 0.93% | - |
| XYZ | 44.28 | 66.51 | 68.26 | - |
| YUV | 185.21 | 139.16 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 237 | 205 | 0.68 | 0 | 0.14 | 0.07 | 168.07 | 0.82 | 0.61 |
| Hex | 4C | ED | CD | 44 | 0 | E | 7 | A8 | 52 | 3D |
| Octal | 114 | 355 | 315 | 104 | 0 | 16 | 7 | 250 | 122 | 75 |
| Binary | 1001100 | 11101101 | 11001101 | 1000100 | 0 | 1110 | 111 | 10101000 | 1010010 | 111101 |
Color Harmonies of #4CEDCD
Complementary color
Monochromatic Colors of #4CEDCD
Black with #4CEDCD
Text Example
Text Example
White with #4CEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEDCD; }
p { color: rgb(76,237,205); }
H1.HeaderClassName
{
color: #4CEDCD;
}
.AnyTagClassName
{
color: #4CEDCD;
}
</style>
background-color css
<style>
a { background-color: #4CEDCD; }
a { background-color: rgb(76,237,205); }
div.DivClassName
{
background-color: #4CEDCD;
}
.BgClassName
{
background-color: #4CEDCD;
}
</style>
border-color css
<style>
span { border-color: #4CEDCD; }
span { border-color: rgb(76,237,205); }
td.TdClassName
{
border-color: #4CEDCD;
}
.TagClassName
{
border-color: #4CEDCD;
}
</style>