Shades of Turquoise #4CEFC3
Tints of Turquoise #4CEFC3
RGB
CMYK
RGB Variations
Color information
#4CEFC3 (or 0x4CEFC3) is known color: Turquoise. HEX triplet: 4C, EF and C3. RGB value is (76,239,195). Sum of RGB (Red+Green+Blue) = 76+239+195=510 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.90% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEFC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEFC3 is #B3103C. Grayscale: #B9B9B9. Windows color (decimal): -11735101 or 12840780. OLE color: 12840780.
HSL color Cylindrical-coordinate representation of color #4CEFC3: hue angle of 163.8º 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 #4CEFC3 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 239 | 195 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.06 |
| HSL | 163.8º | 0.84% | 0.62% | - |
| HSV(B) | 163.8º | 0.68% | 0.94% | - |
| XYZ | 43.7 | 67.21 | 62.3 | - |
| YUV | 185.25 | 133.5 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 239 | 195 | 0.68 | 0 | 0.18 | 0.06 | 163.8 | 0.84 | 0.62 |
| Hex | 4C | EF | C3 | 44 | 0 | 12 | 6 | A4 | 54 | 3E |
| Octal | 114 | 357 | 303 | 104 | 0 | 22 | 6 | 244 | 124 | 76 |
| Binary | 1001100 | 11101111 | 11000011 | 1000100 | 0 | 10010 | 110 | 10100100 | 1010100 | 111110 |
Color Harmonies of #4CEFC3
Complementary color
Monochromatic Colors of #4CEFC3
Black with #4CEFC3
Text Example
Text Example
White with #4CEFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEFC3; }
p { color: rgb(76,239,195); }
H1.HeaderClassName
{
color: #4CEFC3;
}
.AnyTagClassName
{
color: #4CEFC3;
}
</style>
background-color css
<style>
a { background-color: #4CEFC3; }
a { background-color: rgb(76,239,195); }
div.DivClassName
{
background-color: #4CEFC3;
}
.BgClassName
{
background-color: #4CEFC3;
}
</style>
border-color css
<style>
span { border-color: #4CEFC3; }
span { border-color: rgb(76,239,195); }
td.TdClassName
{
border-color: #4CEFC3;
}
.TagClassName
{
border-color: #4CEFC3;
}
</style>