Shades of Turquoise #4CEDEB
Tints of Turquoise #4CEDEB
RGB
CMYK
RGB Variations
Color information
#4CEDEB (or 0x4CEDEB) is known color: Turquoise. HEX triplet: 4C, ED and EB. RGB value is (76,237,235). Sum of RGB (Red+Green+Blue) = 76+237+235=548 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.87% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #4CEDEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CEDEB is #B31214. Grayscale: #BCBCBC. Windows color (decimal): -11735573 or 15461708. OLE color: 15461708.
HSL color Cylindrical-coordinate representation of color #4CEDEB: hue angle of 179.25º 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 #4CEDEB is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 237 | 235 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.07 |
| HSL | 179.25º | 0.82% | 0.61% | - |
| HSV(B) | 179.25º | 0.68% | 0.93% | - |
| XYZ | 48.26 | 68.1 | 89.2 | - |
| YUV | 188.63 | 154.16 | 47.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 237 | 235 | 0.68 | 0 | 0.01 | 0.07 | 179.25 | 0.82 | 0.61 |
| Hex | 4C | ED | EB | 44 | 0 | 1 | 7 | B3 | 52 | 3D |
| Octal | 114 | 355 | 353 | 104 | 0 | 1 | 7 | 263 | 122 | 75 |
| Binary | 1001100 | 11101101 | 11101011 | 1000100 | 0 | 1 | 111 | 10110011 | 1010010 | 111101 |
Color Harmonies of #4CEDEB
Complementary color
Monochromatic Colors of #4CEDEB
Black with #4CEDEB
Text Example
Text Example
White with #4CEDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEDEB; }
p { color: rgb(76,237,235); }
H1.HeaderClassName
{
color: #4CEDEB;
}
.AnyTagClassName
{
color: #4CEDEB;
}
</style>
background-color css
<style>
a { background-color: #4CEDEB; }
a { background-color: rgb(76,237,235); }
div.DivClassName
{
background-color: #4CEDEB;
}
.BgClassName
{
background-color: #4CEDEB;
}
</style>
border-color css
<style>
span { border-color: #4CEDEB; }
span { border-color: rgb(76,237,235); }
td.TdClassName
{
border-color: #4CEDEB;
}
.TagClassName
{
border-color: #4CEDEB;
}
</style>