Shades of Turquoise #4BE9C5
Tints of Turquoise #4BE9C5
RGB
CMYK
RGB Variations
Color information
#4BE9C5 (or 0x4BE9C5) is known color: Turquoise. HEX triplet: 4B, E9 and C5. RGB value is (75,233,197). Sum of RGB (Red+Green+Blue) = 75+233+197=505 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.85% from 505); Green value is 233 (91.41% from 255 or 46.14% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 233 - color contains mainly: green. Hex color #4BE9C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BE9C5 is #B4163A. Grayscale: #B5B5B5. Windows color (decimal): -11802171 or 12970315. OLE color: 12970315.
HSL color Cylindrical-coordinate representation of color #4BE9C5: hue angle of 166.33º 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 #4BE9C5 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 75 | 233 | 197 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.09 |
| HSL | 166.33º | 0.78% | 0.6% | - |
| HSV(B) | 166.33º | 0.68% | 0.91% | - |
| XYZ | 42.12 | 63.8 | 62.92 | - |
| YUV | 181.65 | 136.65 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 233 | 197 | 0.68 | 0 | 0.15 | 0.09 | 166.33 | 0.78 | 0.6 |
| Hex | 4B | E9 | C5 | 44 | 0 | F | 9 | A6 | 4E | 3C |
| Octal | 113 | 351 | 305 | 104 | 0 | 17 | 11 | 246 | 116 | 74 |
| Binary | 1001011 | 11101001 | 11000101 | 1000100 | 0 | 1111 | 1001 | 10100110 | 1001110 | 111100 |
Color Harmonies of #4BE9C5
Complementary color
Monochromatic Colors of #4BE9C5
Black with #4BE9C5
Text Example
Text Example
White with #4BE9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE9C5; }
p { color: rgb(75,233,197); }
H1.HeaderClassName
{
color: #4BE9C5;
}
.AnyTagClassName
{
color: #4BE9C5;
}
</style>
background-color css
<style>
a { background-color: #4BE9C5; }
a { background-color: rgb(75,233,197); }
div.DivClassName
{
background-color: #4BE9C5;
}
.BgClassName
{
background-color: #4BE9C5;
}
</style>
border-color css
<style>
span { border-color: #4BE9C5; }
span { border-color: rgb(75,233,197); }
td.TdClassName
{
border-color: #4BE9C5;
}
.TagClassName
{
border-color: #4BE9C5;
}
</style>