Shades of Turquoise #4CEECB
Tints of Turquoise #4CEECB
RGB
CMYK
RGB Variations
Color information
#4CEECB (or 0x4CEECB) is known color: Turquoise. HEX triplet: 4C, EE and CB. RGB value is (76,238,203). Sum of RGB (Red+Green+Blue) = 76+238+203=517 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.70% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #4CEECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEECB is #B31134. Grayscale: #B9B9B9. Windows color (decimal): -11735349 or 13364812. OLE color: 13364812.
HSL color Cylindrical-coordinate representation of color #4CEECB: hue angle of 167.04º 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 #4CEECB is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 238 | 203 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.07 |
| HSL | 167.04º | 0.83% | 0.62% | - |
| HSV(B) | 167.04º | 0.68% | 0.93% | - |
| XYZ | 44.33 | 67 | 67.1 | - |
| YUV | 185.57 | 137.83 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 238 | 203 | 0.68 | 0 | 0.15 | 0.07 | 167.04 | 0.83 | 0.62 |
| Hex | 4C | EE | CB | 44 | 0 | F | 7 | A7 | 53 | 3E |
| Octal | 114 | 356 | 313 | 104 | 0 | 17 | 7 | 247 | 123 | 76 |
| Binary | 1001100 | 11101110 | 11001011 | 1000100 | 0 | 1111 | 111 | 10100111 | 1010011 | 111110 |
Color Harmonies of #4CEECB
Complementary color
Monochromatic Colors of #4CEECB
Black with #4CEECB
Text Example
Text Example
White with #4CEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEECB; }
p { color: rgb(76,238,203); }
H1.HeaderClassName
{
color: #4CEECB;
}
.AnyTagClassName
{
color: #4CEECB;
}
</style>
background-color css
<style>
a { background-color: #4CEECB; }
a { background-color: rgb(76,238,203); }
div.DivClassName
{
background-color: #4CEECB;
}
.BgClassName
{
background-color: #4CEECB;
}
</style>
border-color css
<style>
span { border-color: #4CEECB; }
span { border-color: rgb(76,238,203); }
td.TdClassName
{
border-color: #4CEECB;
}
.TagClassName
{
border-color: #4CEECB;
}
</style>