Shades of Turquoise #4BEECC
Tints of Turquoise #4BEECC
RGB
CMYK
RGB Variations
Color information
#4BEECC (or 0x4BEECC) is known color: Turquoise. HEX triplet: 4B, EE and CC. RGB value is (75,238,204). Sum of RGB (Red+Green+Blue) = 75+238+204=517 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.51% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #4BEECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEECC is #B41133. Grayscale: #B9B9B9. Windows color (decimal): -11800884 or 13430347. OLE color: 13430347.
HSL color Cylindrical-coordinate representation of color #4BEECC: hue angle of 167.48º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BEECC is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 238 | 204 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.07 |
| HSL | 167.48º | 0.83% | 0.61% | - |
| HSV(B) | 167.48º | 0.68% | 0.93% | - |
| XYZ | 44.38 | 67 | 67.72 | - |
| YUV | 185.39 | 138.5 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 238 | 204 | 0.68 | 0 | 0.14 | 0.07 | 167.48 | 0.83 | 0.61 |
| Hex | 4B | EE | CC | 44 | 0 | E | 7 | A7 | 53 | 3D |
| Octal | 113 | 356 | 314 | 104 | 0 | 16 | 7 | 247 | 123 | 75 |
| Binary | 1001011 | 11101110 | 11001100 | 1000100 | 0 | 1110 | 111 | 10100111 | 1010011 | 111101 |
Color Harmonies of #4BEECC
Complementary color
Monochromatic Colors of #4BEECC
Black with #4BEECC
Text Example
Text Example
White with #4BEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEECC; }
p { color: rgb(75,238,204); }
H1.HeaderClassName
{
color: #4BEECC;
}
.AnyTagClassName
{
color: #4BEECC;
}
</style>
background-color css
<style>
a { background-color: #4BEECC; }
a { background-color: rgb(75,238,204); }
div.DivClassName
{
background-color: #4BEECC;
}
.BgClassName
{
background-color: #4BEECC;
}
</style>
border-color css
<style>
span { border-color: #4BEECC; }
span { border-color: rgb(75,238,204); }
td.TdClassName
{
border-color: #4BEECC;
}
.TagClassName
{
border-color: #4BEECC;
}
</style>