Shades of Turquoise #4BEFC6
Tints of Turquoise #4BEFC6
RGB
CMYK
RGB Variations
Color information
#4BEFC6 (or 0x4BEFC6) is known color: Turquoise. HEX triplet: 4B, EF and C6. RGB value is (75,239,198). Sum of RGB (Red+Green+Blue) = 75+239+198=512 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.65% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #4BEFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEFC6 is #B41039. Grayscale: #B9B9B9. Windows color (decimal): -11800634 or 13037387. OLE color: 13037387.
HSL color Cylindrical-coordinate representation of color #4BEFC6: hue angle of 165º 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 #4BEFC6 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 239 | 198 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.06 |
| HSL | 165º | 0.84% | 0.62% | - |
| HSV(B) | 165º | 0.69% | 0.94% | - |
| XYZ | 43.96 | 67.31 | 64.1 | - |
| YUV | 185.29 | 135.17 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 239 | 198 | 0.69 | 0 | 0.17 | 0.06 | 165 | 0.84 | 0.62 |
| Hex | 4B | EF | C6 | 45 | 0 | 11 | 6 | A5 | 54 | 3E |
| Octal | 113 | 357 | 306 | 105 | 0 | 21 | 6 | 245 | 124 | 76 |
| Binary | 1001011 | 11101111 | 11000110 | 1000101 | 0 | 10001 | 110 | 10100101 | 1010100 | 111110 |
Color Harmonies of #4BEFC6
Complementary color
Monochromatic Colors of #4BEFC6
Black with #4BEFC6
Text Example
Text Example
White with #4BEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEFC6; }
p { color: rgb(75,239,198); }
H1.HeaderClassName
{
color: #4BEFC6;
}
.AnyTagClassName
{
color: #4BEFC6;
}
</style>
background-color css
<style>
a { background-color: #4BEFC6; }
a { background-color: rgb(75,239,198); }
div.DivClassName
{
background-color: #4BEFC6;
}
.BgClassName
{
background-color: #4BEFC6;
}
</style>
border-color css
<style>
span { border-color: #4BEFC6; }
span { border-color: rgb(75,239,198); }
td.TdClassName
{
border-color: #4BEFC6;
}
.TagClassName
{
border-color: #4BEFC6;
}
</style>