Shades of Turquoise #4CEBC3
Tints of Turquoise #4CEBC3
RGB
CMYK
RGB Variations
Color information
#4CEBC3 (or 0x4CEBC3) is known color: Turquoise. HEX triplet: 4C, EB and C3. RGB value is (76,235,195). Sum of RGB (Red+Green+Blue) = 76+235+195=506 (67% of max value = 765). Red value is 76 (30.08% from 255 or 15.02% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEBC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEBC3 is #B3143C. Grayscale: #B6B6B6. Windows color (decimal): -11736125 or 12839756. OLE color: 12839756.
HSL color Cylindrical-coordinate representation of color #4CEBC3: hue angle of 164.91º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEBC3 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 235 | 195 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.08 |
| HSL | 164.91º | 0.8% | 0.61% | - |
| HSV(B) | 164.91º | 0.68% | 0.92% | - |
| XYZ | 42.54 | 64.89 | 61.91 | - |
| YUV | 182.9 | 134.82 | 51.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 235 | 195 | 0.68 | 0 | 0.17 | 0.08 | 164.91 | 0.8 | 0.61 |
| Hex | 4C | EB | C3 | 44 | 0 | 11 | 8 | A5 | 50 | 3D |
| Octal | 114 | 353 | 303 | 104 | 0 | 21 | 10 | 245 | 120 | 75 |
| Binary | 1001100 | 11101011 | 11000011 | 1000100 | 0 | 10001 | 1000 | 10100101 | 1010000 | 111101 |
Color Harmonies of #4CEBC3
Complementary color
Monochromatic Colors of #4CEBC3
Black with #4CEBC3
Text Example
Text Example
White with #4CEBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEBC3; }
p { color: rgb(76,235,195); }
H1.HeaderClassName
{
color: #4CEBC3;
}
.AnyTagClassName
{
color: #4CEBC3;
}
</style>
background-color css
<style>
a { background-color: #4CEBC3; }
a { background-color: rgb(76,235,195); }
div.DivClassName
{
background-color: #4CEBC3;
}
.BgClassName
{
background-color: #4CEBC3;
}
</style>
border-color css
<style>
span { border-color: #4CEBC3; }
span { border-color: rgb(76,235,195); }
td.TdClassName
{
border-color: #4CEBC3;
}
.TagClassName
{
border-color: #4CEBC3;
}
</style>