Shades of Turquoise #4BE6C7
Tints of Turquoise #4BE6C7
RGB
CMYK
RGB Variations
Color information
#4BE6C7 (or 0x4BE6C7) is known color: Turquoise. HEX triplet: 4B, E6 and C7. RGB value is (75,230,199). Sum of RGB (Red+Green+Blue) = 75+230+199=504 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.88% from 504); Green value is 230 (90.23% from 255 or 45.63% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 230 - color contains mainly: green. Hex color #4BE6C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BE6C7 is #B41938. Grayscale: #B4B4B4. Windows color (decimal): -11802937 or 13100619. OLE color: 13100619.
HSL color Cylindrical-coordinate representation of color #4BE6C7: hue angle of 168º 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 #4BE6C7 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 75 | 230 | 199 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.10 |
| HSL | 168º | 0.76% | 0.6% | - |
| HSV(B) | 168º | 0.67% | 0.9% | - |
| XYZ | 41.51 | 62.21 | 63.85 | - |
| YUV | 180.12 | 138.65 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 230 | 199 | 0.67 | 0 | 0.13 | 0.10 | 168 | 0.76 | 0.6 |
| Hex | 4B | E6 | C7 | 43 | 0 | D | A | A8 | 4C | 3C |
| Octal | 113 | 346 | 307 | 103 | 0 | 15 | 12 | 250 | 114 | 74 |
| Binary | 1001011 | 11100110 | 11000111 | 1000011 | 0 | 1101 | 1010 | 10101000 | 1001100 | 111100 |
Color Harmonies of #4BE6C7
Complementary color
Monochromatic Colors of #4BE6C7
Black with #4BE6C7
Text Example
Text Example
White with #4BE6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE6C7; }
p { color: rgb(75,230,199); }
H1.HeaderClassName
{
color: #4BE6C7;
}
.AnyTagClassName
{
color: #4BE6C7;
}
</style>
background-color css
<style>
a { background-color: #4BE6C7; }
a { background-color: rgb(75,230,199); }
div.DivClassName
{
background-color: #4BE6C7;
}
.BgClassName
{
background-color: #4BE6C7;
}
</style>
border-color css
<style>
span { border-color: #4BE6C7; }
span { border-color: rgb(75,230,199); }
td.TdClassName
{
border-color: #4BE6C7;
}
.TagClassName
{
border-color: #4BE6C7;
}
</style>