Shades of Turquoise #4CE4BF
Tints of Turquoise #4CE4BF
RGB
CMYK
RGB Variations
Color information
#4CE4BF (or 0x4CE4BF) is known color: Turquoise. HEX triplet: 4C, E4 and BF. RGB value is (76,228,191). Sum of RGB (Red+Green+Blue) = 76+228+191=495 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.35% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 228 - color contains mainly: green. Hex color #4CE4BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE4BF is #B31B40. Grayscale: #B2B2B2. Windows color (decimal): -11737921 or 12575820. OLE color: 12575820.
HSL color Cylindrical-coordinate representation of color #4CE4BF: hue angle of 165.39º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CE4BF is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 228 | 191 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.11 |
| HSL | 165.39º | 0.74% | 0.6% | - |
| HSV(B) | 165.39º | 0.67% | 0.89% | - |
| XYZ | 40.13 | 60.78 | 58.91 | - |
| YUV | 178.33 | 135.14 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 228 | 191 | 0.67 | 0 | 0.16 | 0.11 | 165.39 | 0.74 | 0.6 |
| Hex | 4C | E4 | BF | 43 | 0 | 10 | B | A5 | 4A | 3C |
| Octal | 114 | 344 | 277 | 103 | 0 | 20 | 13 | 245 | 112 | 74 |
| Binary | 1001100 | 11100100 | 10111111 | 1000011 | 0 | 10000 | 1011 | 10100101 | 1001010 | 111100 |
Color Harmonies of #4CE4BF
Complementary color
Monochromatic Colors of #4CE4BF
Black with #4CE4BF
Text Example
Text Example
White with #4CE4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE4BF; }
p { color: rgb(76,228,191); }
H1.HeaderClassName
{
color: #4CE4BF;
}
.AnyTagClassName
{
color: #4CE4BF;
}
</style>
background-color css
<style>
a { background-color: #4CE4BF; }
a { background-color: rgb(76,228,191); }
div.DivClassName
{
background-color: #4CE4BF;
}
.BgClassName
{
background-color: #4CE4BF;
}
</style>
border-color css
<style>
span { border-color: #4CE4BF; }
span { border-color: rgb(76,228,191); }
td.TdClassName
{
border-color: #4CE4BF;
}
.TagClassName
{
border-color: #4CE4BF;
}
</style>