Shades of Turquoise #4BE3C9
Tints of Turquoise #4BE3C9
RGB
CMYK
RGB Variations
Color information
#4BE3C9 (or 0x4BE3C9) is known color: Turquoise. HEX triplet: 4B, E3 and C9. RGB value is (75,227,201). Sum of RGB (Red+Green+Blue) = 75+227+201=503 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.91% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #4BE3C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE3C9 is #B41C36. Grayscale: #B2B2B2. Windows color (decimal): -11803703 or 13230923. OLE color: 13230923.
HSL color Cylindrical-coordinate representation of color #4BE3C9: hue angle of 169.74º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE3C9 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 75 | 227 | 201 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.11 |
| HSL | 169.74º | 0.73% | 0.59% | - |
| HSV(B) | 169.74º | 0.67% | 0.89% | - |
| XYZ | 40.91 | 60.65 | 64.81 | - |
| YUV | 178.59 | 140.64 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 227 | 201 | 0.67 | 0 | 0.11 | 0.11 | 169.74 | 0.73 | 0.59 |
| Hex | 4B | E3 | C9 | 43 | 0 | B | B | AA | 49 | 3B |
| Octal | 113 | 343 | 311 | 103 | 0 | 13 | 13 | 252 | 111 | 73 |
| Binary | 1001011 | 11100011 | 11001001 | 1000011 | 0 | 1011 | 1011 | 10101010 | 1001001 | 111011 |
Color Harmonies of #4BE3C9
Complementary color
Monochromatic Colors of #4BE3C9
Black with #4BE3C9
Text Example
Text Example
White with #4BE3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE3C9; }
p { color: rgb(75,227,201); }
H1.HeaderClassName
{
color: #4BE3C9;
}
.AnyTagClassName
{
color: #4BE3C9;
}
</style>
background-color css
<style>
a { background-color: #4BE3C9; }
a { background-color: rgb(75,227,201); }
div.DivClassName
{
background-color: #4BE3C9;
}
.BgClassName
{
background-color: #4BE3C9;
}
</style>
border-color css
<style>
span { border-color: #4BE3C9; }
span { border-color: rgb(75,227,201); }
td.TdClassName
{
border-color: #4BE3C9;
}
.TagClassName
{
border-color: #4BE3C9;
}
</style>