Shades of Turquoise #4BFDC3
Tints of Turquoise #4BFDC3
RGB
CMYK
RGB Variations
Color information
#4BFDC3 (or 0x4BFDC3) is known color: Turquoise. HEX triplet: 4B, FD and C3. RGB value is (75,253,195). Sum of RGB (Red+Green+Blue) = 75+253+195=523 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.34% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFDC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFDC3 is #B4023C. Grayscale: #C1C1C1. Windows color (decimal): -11797053 or 12844363. OLE color: 12844363.
HSL color Cylindrical-coordinate representation of color #4BFDC3: hue angle of 160.45º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFDC3 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 253 | 195 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.01 |
| HSL | 160.45º | 0.98% | 0.64% | - |
| HSV(B) | 160.45º | 0.7% | 0.99% | - |
| XYZ | 47.88 | 75.69 | 63.72 | - |
| YUV | 193.17 | 129.03 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 253 | 195 | 0.70 | 0 | 0.23 | 0.01 | 160.45 | 0.98 | 0.64 |
| Hex | 4B | FD | C3 | 46 | 0 | 17 | 1 | A0 | 62 | 40 |
| Octal | 113 | 375 | 303 | 106 | 0 | 27 | 1 | 240 | 142 | 100 |
| Binary | 1001011 | 11111101 | 11000011 | 1000110 | 0 | 10111 | 1 | 10100000 | 1100010 | 1000000 |
Color Harmonies of #4BFDC3
Complementary color
Monochromatic Colors of #4BFDC3
Black with #4BFDC3
Text Example
Text Example
White with #4BFDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFDC3; }
p { color: rgb(75,253,195); }
H1.HeaderClassName
{
color: #4BFDC3;
}
.AnyTagClassName
{
color: #4BFDC3;
}
</style>
background-color css
<style>
a { background-color: #4BFDC3; }
a { background-color: rgb(75,253,195); }
div.DivClassName
{
background-color: #4BFDC3;
}
.BgClassName
{
background-color: #4BFDC3;
}
</style>
border-color css
<style>
span { border-color: #4BFDC3; }
span { border-color: rgb(75,253,195); }
td.TdClassName
{
border-color: #4BFDC3;
}
.TagClassName
{
border-color: #4BFDC3;
}
</style>