Shades of Turquoise #4BEFE0
Tints of Turquoise #4BEFE0
RGB
CMYK
RGB Variations
Color information
#4BEFE0 (or 0x4BEFE0) is known color: Turquoise. HEX triplet: 4B, EF and E0. RGB value is (75,239,224). Sum of RGB (Red+Green+Blue) = 75+239+224=538 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.94% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #4BEFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEFE0 is #B4101F. Grayscale: #BCBCBC. Windows color (decimal): -11800608 or 14741323. OLE color: 14741323.
HSL color Cylindrical-coordinate representation of color #4BEFE0: hue angle of 174.51º 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 #4BEFE0 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 239 | 224 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.06 |
| HSL | 174.51º | 0.84% | 0.62% | - |
| HSV(B) | 174.51º | 0.69% | 0.94% | - |
| XYZ | 47.22 | 68.61 | 81.28 | - |
| YUV | 188.25 | 148.17 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 239 | 224 | 0.69 | 0 | 0.06 | 0.06 | 174.51 | 0.84 | 0.62 |
| Hex | 4B | EF | E0 | 45 | 0 | 6 | 6 | AF | 54 | 3E |
| Octal | 113 | 357 | 340 | 105 | 0 | 6 | 6 | 257 | 124 | 76 |
| Binary | 1001011 | 11101111 | 11100000 | 1000101 | 0 | 110 | 110 | 10101111 | 1010100 | 111110 |
Color Harmonies of #4BEFE0
Complementary color
Monochromatic Colors of #4BEFE0
Black with #4BEFE0
Text Example
Text Example
White with #4BEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BEFE0; }
p { color: rgb(75,239,224); }
H1.HeaderClassName
{
color: #4BEFE0;
}
.AnyTagClassName
{
color: #4BEFE0;
}
</style>
background-color css
<style>
a { background-color: #4BEFE0; }
a { background-color: rgb(75,239,224); }
div.DivClassName
{
background-color: #4BEFE0;
}
.BgClassName
{
background-color: #4BEFE0;
}
</style>
border-color css
<style>
span { border-color: #4BEFE0; }
span { border-color: rgb(75,239,224); }
td.TdClassName
{
border-color: #4BEFE0;
}
.TagClassName
{
border-color: #4BEFE0;
}
</style>