Shades of Turquoise #4CEFC5
Tints of Turquoise #4CEFC5
RGB
CMYK
RGB Variations
Color information
#4CEFC5 (or 0x4CEFC5) is known color: Turquoise. HEX triplet: 4C, EF and C5. RGB value is (76,239,197). Sum of RGB (Red+Green+Blue) = 76+239+197=512 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.84% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEFC5 is #B3103A. Grayscale: #B9B9B9. Windows color (decimal): -11735099 or 12971852. OLE color: 12971852.
HSL color Cylindrical-coordinate representation of color #4CEFC5: hue angle of 164.54º 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 #4CEFC5 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 239 | 197 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.06 |
| HSL | 164.54º | 0.84% | 0.62% | - |
| HSV(B) | 164.54º | 0.68% | 0.94% | - |
| XYZ | 43.93 | 67.3 | 63.5 | - |
| YUV | 185.48 | 134.5 | 49.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 239 | 197 | 0.68 | 0 | 0.18 | 0.06 | 164.54 | 0.84 | 0.62 |
| Hex | 4C | EF | C5 | 44 | 0 | 12 | 6 | A5 | 54 | 3E |
| Octal | 114 | 357 | 305 | 104 | 0 | 22 | 6 | 245 | 124 | 76 |
| Binary | 1001100 | 11101111 | 11000101 | 1000100 | 0 | 10010 | 110 | 10100101 | 1010100 | 111110 |
Color Harmonies of #4CEFC5
Complementary color
Monochromatic Colors of #4CEFC5
Black with #4CEFC5
Text Example
Text Example
White with #4CEFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEFC5; }
p { color: rgb(76,239,197); }
H1.HeaderClassName
{
color: #4CEFC5;
}
.AnyTagClassName
{
color: #4CEFC5;
}
</style>
background-color css
<style>
a { background-color: #4CEFC5; }
a { background-color: rgb(76,239,197); }
div.DivClassName
{
background-color: #4CEFC5;
}
.BgClassName
{
background-color: #4CEFC5;
}
</style>
border-color css
<style>
span { border-color: #4CEFC5; }
span { border-color: rgb(76,239,197); }
td.TdClassName
{
border-color: #4CEFC5;
}
.TagClassName
{
border-color: #4CEFC5;
}
</style>