Shades of Turquoise #4CEEBF
Tints of Turquoise #4CEEBF
RGB
CMYK
RGB Variations
Color information
#4CEEBF (or 0x4CEEBF) is known color: Turquoise. HEX triplet: 4C, EE and BF. RGB value is (76,238,191). Sum of RGB (Red+Green+Blue) = 76+238+191=505 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.05% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 238 - color contains mainly: green. Hex color #4CEEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEEBF is #B31140. Grayscale: #B8B8B8. Windows color (decimal): -11735361 or 12578380. OLE color: 12578380.
HSL color Cylindrical-coordinate representation of color #4CEEBF: hue angle of 162.59º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEEBF is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 238 | 191 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.07 |
| HSL | 162.59º | 0.83% | 0.62% | - |
| HSV(B) | 162.59º | 0.68% | 0.93% | - |
| XYZ | 42.96 | 66.45 | 59.85 | - |
| YUV | 184.2 | 131.83 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 238 | 191 | 0.68 | 0 | 0.20 | 0.07 | 162.59 | 0.83 | 0.62 |
| Hex | 4C | EE | BF | 44 | 0 | 14 | 7 | A3 | 53 | 3E |
| Octal | 114 | 356 | 277 | 104 | 0 | 24 | 7 | 243 | 123 | 76 |
| Binary | 1001100 | 11101110 | 10111111 | 1000100 | 0 | 10100 | 111 | 10100011 | 1010011 | 111110 |
Color Harmonies of #4CEEBF
Complementary color
Monochromatic Colors of #4CEEBF
Black with #4CEEBF
Text Example
Text Example
White with #4CEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEEBF; }
p { color: rgb(76,238,191); }
H1.HeaderClassName
{
color: #4CEEBF;
}
.AnyTagClassName
{
color: #4CEEBF;
}
</style>
background-color css
<style>
a { background-color: #4CEEBF; }
a { background-color: rgb(76,238,191); }
div.DivClassName
{
background-color: #4CEEBF;
}
.BgClassName
{
background-color: #4CEEBF;
}
</style>
border-color css
<style>
span { border-color: #4CEEBF; }
span { border-color: rgb(76,238,191); }
td.TdClassName
{
border-color: #4CEEBF;
}
.TagClassName
{
border-color: #4CEEBF;
}
</style>