Shades of Turquoise #4BE6C5
Tints of Turquoise #4BE6C5
RGB
CMYK
RGB Variations
Color information
#4BE6C5 (or 0x4BE6C5) is known color: Turquoise. HEX triplet: 4B, E6 and C5. RGB value is (75,230,197). Sum of RGB (Red+Green+Blue) = 75+230+197=502 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.94% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 230 - color contains mainly: green. Hex color #4BE6C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BE6C5 is #B4193A. Grayscale: #B3B3B3. Windows color (decimal): -11802939 or 12969547. OLE color: 12969547.
HSL color Cylindrical-coordinate representation of color #4BE6C5: hue angle of 167.23º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE6C5 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 75 | 230 | 197 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.10 |
| HSL | 167.23º | 0.76% | 0.6% | - |
| HSV(B) | 167.23º | 0.67% | 0.9% | - |
| XYZ | 41.28 | 62.12 | 62.64 | - |
| YUV | 179.89 | 137.65 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 230 | 197 | 0.67 | 0 | 0.14 | 0.10 | 167.23 | 0.76 | 0.6 |
| Hex | 4B | E6 | C5 | 43 | 0 | E | A | A7 | 4C | 3C |
| Octal | 113 | 346 | 305 | 103 | 0 | 16 | 12 | 247 | 114 | 74 |
| Binary | 1001011 | 11100110 | 11000101 | 1000011 | 0 | 1110 | 1010 | 10100111 | 1001100 | 111100 |
Color Harmonies of #4BE6C5
Complementary color
Monochromatic Colors of #4BE6C5
Black with #4BE6C5
Text Example
Text Example
White with #4BE6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE6C5; }
p { color: rgb(75,230,197); }
H1.HeaderClassName
{
color: #4BE6C5;
}
.AnyTagClassName
{
color: #4BE6C5;
}
</style>
background-color css
<style>
a { background-color: #4BE6C5; }
a { background-color: rgb(75,230,197); }
div.DivClassName
{
background-color: #4BE6C5;
}
.BgClassName
{
background-color: #4BE6C5;
}
</style>
border-color css
<style>
span { border-color: #4BE6C5; }
span { border-color: rgb(75,230,197); }
td.TdClassName
{
border-color: #4BE6C5;
}
.TagClassName
{
border-color: #4BE6C5;
}
</style>