Shades of Turquoise #4BEFCC
Tints of Turquoise #4BEFCC
RGB
CMYK
RGB Variations
Color information
#4BEFCC (or 0x4BEFCC) is known color: Turquoise. HEX triplet: 4B, EF and CC. RGB value is (75,239,204). Sum of RGB (Red+Green+Blue) = 75+239+204=518 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.48% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #4BEFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEFCC is #B41033. Grayscale: #B9B9B9. Windows color (decimal): -11800628 or 13430603. OLE color: 13430603.
HSL color Cylindrical-coordinate representation of color #4BEFCC: hue angle of 167.2º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BEFCC is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 239 | 204 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.06 |
| HSL | 167.2º | 0.84% | 0.62% | - |
| HSV(B) | 167.2º | 0.69% | 0.94% | - |
| XYZ | 44.67 | 67.59 | 67.82 | - |
| YUV | 185.97 | 138.17 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 239 | 204 | 0.69 | 0 | 0.15 | 0.06 | 167.2 | 0.84 | 0.62 |
| Hex | 4B | EF | CC | 45 | 0 | F | 6 | A7 | 54 | 3E |
| Octal | 113 | 357 | 314 | 105 | 0 | 17 | 6 | 247 | 124 | 76 |
| Binary | 1001011 | 11101111 | 11001100 | 1000101 | 0 | 1111 | 110 | 10100111 | 1010100 | 111110 |
Color Harmonies of #4BEFCC
Complementary color
Monochromatic Colors of #4BEFCC
Black with #4BEFCC
Text Example
Text Example
White with #4BEFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEFCC; }
p { color: rgb(75,239,204); }
H1.HeaderClassName
{
color: #4BEFCC;
}
.AnyTagClassName
{
color: #4BEFCC;
}
</style>
background-color css
<style>
a { background-color: #4BEFCC; }
a { background-color: rgb(75,239,204); }
div.DivClassName
{
background-color: #4BEFCC;
}
.BgClassName
{
background-color: #4BEFCC;
}
</style>
border-color css
<style>
span { border-color: #4BEFCC; }
span { border-color: rgb(75,239,204); }
td.TdClassName
{
border-color: #4BEFCC;
}
.TagClassName
{
border-color: #4BEFCC;
}
</style>