Shades of Turquoise #4BEFC2
Tints of Turquoise #4BEFC2
RGB
CMYK
RGB Variations
Color information
#4BEFC2 (or 0x4BEFC2) is known color: Turquoise. HEX triplet: 4B, EF and C2. RGB value is (75,239,194). Sum of RGB (Red+Green+Blue) = 75+239+194=508 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.76% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #4BEFC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEFC2 is #B4103D. Grayscale: #B8B8B8. Windows color (decimal): -11800638 or 12775243. OLE color: 12775243.
HSL color Cylindrical-coordinate representation of color #4BEFC2: hue angle of 163.54º 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 #4BEFC2 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 239 | 194 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.06 |
| HSL | 163.54º | 0.84% | 0.62% | - |
| HSV(B) | 163.54º | 0.69% | 0.94% | - |
| XYZ | 43.51 | 67.12 | 61.7 | - |
| YUV | 184.83 | 133.17 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 239 | 194 | 0.69 | 0 | 0.19 | 0.06 | 163.54 | 0.84 | 0.62 |
| Hex | 4B | EF | C2 | 45 | 0 | 13 | 6 | A4 | 54 | 3E |
| Octal | 113 | 357 | 302 | 105 | 0 | 23 | 6 | 244 | 124 | 76 |
| Binary | 1001011 | 11101111 | 11000010 | 1000101 | 0 | 10011 | 110 | 10100100 | 1010100 | 111110 |
Color Harmonies of #4BEFC2
Complementary color
Monochromatic Colors of #4BEFC2
Black with #4BEFC2
Text Example
Text Example
White with #4BEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEFC2; }
p { color: rgb(75,239,194); }
H1.HeaderClassName
{
color: #4BEFC2;
}
.AnyTagClassName
{
color: #4BEFC2;
}
</style>
background-color css
<style>
a { background-color: #4BEFC2; }
a { background-color: rgb(75,239,194); }
div.DivClassName
{
background-color: #4BEFC2;
}
.BgClassName
{
background-color: #4BEFC2;
}
</style>
border-color css
<style>
span { border-color: #4BEFC2; }
span { border-color: rgb(75,239,194); }
td.TdClassName
{
border-color: #4BEFC2;
}
.TagClassName
{
border-color: #4BEFC2;
}
</style>