Shades of Turquoise #4BE9E3
Tints of Turquoise #4BE9E3
RGB
CMYK
RGB Variations
Color information
#4BE9E3 (or 0x4BE9E3) is known color: Turquoise. HEX triplet: 4B, E9 and E3. RGB value is (75,233,227). Sum of RGB (Red+Green+Blue) = 75+233+227=535 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.02% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 227 (89.06% from 255 or 42.43% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #4BE9E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BE9E3 is #B4161C. Grayscale: #B8B8B8. Windows color (decimal): -11802141 or 14936395. OLE color: 14936395.
HSL color Cylindrical-coordinate representation of color #4BE9E3: hue angle of 177.72º 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 #4BE9E3 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 75 | 233 | 227 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.09 |
| HSL | 177.72º | 0.78% | 0.6% | - |
| HSV(B) | 177.72º | 0.68% | 0.91% | - |
| XYZ | 45.91 | 65.32 | 82.86 | - |
| YUV | 185.07 | 151.65 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 233 | 227 | 0.68 | 0 | 0.03 | 0.09 | 177.72 | 0.78 | 0.6 |
| Hex | 4B | E9 | E3 | 44 | 0 | 3 | 9 | B2 | 4E | 3C |
| Octal | 113 | 351 | 343 | 104 | 0 | 3 | 11 | 262 | 116 | 74 |
| Binary | 1001011 | 11101001 | 11100011 | 1000100 | 0 | 11 | 1001 | 10110010 | 1001110 | 111100 |
Color Harmonies of #4BE9E3
Complementary color
Monochromatic Colors of #4BE9E3
Black with #4BE9E3
Text Example
Text Example
White with #4BE9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE9E3; }
p { color: rgb(75,233,227); }
H1.HeaderClassName
{
color: #4BE9E3;
}
.AnyTagClassName
{
color: #4BE9E3;
}
</style>
background-color css
<style>
a { background-color: #4BE9E3; }
a { background-color: rgb(75,233,227); }
div.DivClassName
{
background-color: #4BE9E3;
}
.BgClassName
{
background-color: #4BE9E3;
}
</style>
border-color css
<style>
span { border-color: #4BE9E3; }
span { border-color: rgb(75,233,227); }
td.TdClassName
{
border-color: #4BE9E3;
}
.TagClassName
{
border-color: #4BE9E3;
}
</style>