Shades of Turquoise #4BE9E5
Tints of Turquoise #4BE9E5
RGB
CMYK
RGB Variations
Color information
#4BE9E5 (or 0x4BE9E5) is known color: Turquoise. HEX triplet: 4B, E9 and E5. RGB value is (75,233,229). Sum of RGB (Red+Green+Blue) = 75+233+229=537 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.97% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #4BE9E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BE9E5 is #B4161A. Grayscale: #B9B9B9. Windows color (decimal): -11802139 or 15067467. OLE color: 15067467.
HSL color Cylindrical-coordinate representation of color #4BE9E5: hue angle of 178.48º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BE9E5 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 75 | 233 | 229 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.09 |
| HSL | 178.48º | 0.78% | 0.6% | - |
| HSV(B) | 178.48º | 0.68% | 0.91% | - |
| XYZ | 46.18 | 65.43 | 84.32 | - |
| YUV | 185.3 | 152.65 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 233 | 229 | 0.68 | 0 | 0.02 | 0.09 | 178.48 | 0.78 | 0.6 |
| Hex | 4B | E9 | E5 | 44 | 0 | 2 | 9 | B2 | 4E | 3C |
| Octal | 113 | 351 | 345 | 104 | 0 | 2 | 11 | 262 | 116 | 74 |
| Binary | 1001011 | 11101001 | 11100101 | 1000100 | 0 | 10 | 1001 | 10110010 | 1001110 | 111100 |
Color Harmonies of #4BE9E5
Complementary color
Monochromatic Colors of #4BE9E5
Black with #4BE9E5
Text Example
Text Example
White with #4BE9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE9E5; }
p { color: rgb(75,233,229); }
H1.HeaderClassName
{
color: #4BE9E5;
}
.AnyTagClassName
{
color: #4BE9E5;
}
</style>
background-color css
<style>
a { background-color: #4BE9E5; }
a { background-color: rgb(75,233,229); }
div.DivClassName
{
background-color: #4BE9E5;
}
.BgClassName
{
background-color: #4BE9E5;
}
</style>
border-color css
<style>
span { border-color: #4BE9E5; }
span { border-color: rgb(75,233,229); }
td.TdClassName
{
border-color: #4BE9E5;
}
.TagClassName
{
border-color: #4BE9E5;
}
</style>