Shades of Turquoise #4CEDDA
Tints of Turquoise #4CEDDA
RGB
CMYK
RGB Variations
Color information
#4CEDDA (or 0x4CEDDA) is known color: Turquoise. HEX triplet: 4C, ED and DA. RGB value is (76,237,218). Sum of RGB (Red+Green+Blue) = 76+237+218=531 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.31% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #4CEDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEDDA is #B31225. Grayscale: #BABABA. Windows color (decimal): -11735590 or 14347596. OLE color: 14347596.
HSL color Cylindrical-coordinate representation of color #4CEDDA: hue angle of 172.92º 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 #4CEDDA is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 237 | 218 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.07 |
| HSL | 172.92º | 0.82% | 0.61% | - |
| HSV(B) | 172.92º | 0.68% | 0.93% | - |
| XYZ | 45.92 | 67.17 | 76.87 | - |
| YUV | 186.7 | 145.66 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 237 | 218 | 0.68 | 0 | 0.08 | 0.07 | 172.92 | 0.82 | 0.61 |
| Hex | 4C | ED | DA | 44 | 0 | 8 | 7 | AD | 52 | 3D |
| Octal | 114 | 355 | 332 | 104 | 0 | 10 | 7 | 255 | 122 | 75 |
| Binary | 1001100 | 11101101 | 11011010 | 1000100 | 0 | 1000 | 111 | 10101101 | 1010010 | 111101 |
Color Harmonies of #4CEDDA
Complementary color
Monochromatic Colors of #4CEDDA
Black with #4CEDDA
Text Example
Text Example
White with #4CEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEDDA; }
p { color: rgb(76,237,218); }
H1.HeaderClassName
{
color: #4CEDDA;
}
.AnyTagClassName
{
color: #4CEDDA;
}
</style>
background-color css
<style>
a { background-color: #4CEDDA; }
a { background-color: rgb(76,237,218); }
div.DivClassName
{
background-color: #4CEDDA;
}
.BgClassName
{
background-color: #4CEDDA;
}
</style>
border-color css
<style>
span { border-color: #4CEDDA; }
span { border-color: rgb(76,237,218); }
td.TdClassName
{
border-color: #4CEDDA;
}
.TagClassName
{
border-color: #4CEDDA;
}
</style>