Shades of Turquoise #4BFDDC
Tints of Turquoise #4BFDDC
RGB
CMYK
RGB Variations
Color information
#4BFDDC (or 0x4BFDDC) is known color: Turquoise. HEX triplet: 4B, FD and DC. RGB value is (75,253,220). Sum of RGB (Red+Green+Blue) = 75+253+220=548 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.69% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFDDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFDDC is #B40223. Grayscale: #C3C3C3. Windows color (decimal): -11797028 or 14482763. OLE color: 14482763.
HSL color Cylindrical-coordinate representation of color #4BFDDC: hue angle of 168.88º 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 #4BFDDC is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 253 | 220 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.01 |
| HSL | 168.88º | 0.98% | 0.64% | - |
| HSV(B) | 168.88º | 0.7% | 0.99% | - |
| XYZ | 50.95 | 76.91 | 79.87 | - |
| YUV | 196.02 | 141.53 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 253 | 220 | 0.70 | 0 | 0.13 | 0.01 | 168.88 | 0.98 | 0.64 |
| Hex | 4B | FD | DC | 46 | 0 | D | 1 | A9 | 62 | 40 |
| Octal | 113 | 375 | 334 | 106 | 0 | 15 | 1 | 251 | 142 | 100 |
| Binary | 1001011 | 11111101 | 11011100 | 1000110 | 0 | 1101 | 1 | 10101001 | 1100010 | 1000000 |
Color Harmonies of #4BFDDC
Complementary color
Monochromatic Colors of #4BFDDC
Black with #4BFDDC
Text Example
Text Example
White with #4BFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFDDC; }
p { color: rgb(75,253,220); }
H1.HeaderClassName
{
color: #4BFDDC;
}
.AnyTagClassName
{
color: #4BFDDC;
}
</style>
background-color css
<style>
a { background-color: #4BFDDC; }
a { background-color: rgb(75,253,220); }
div.DivClassName
{
background-color: #4BFDDC;
}
.BgClassName
{
background-color: #4BFDDC;
}
</style>
border-color css
<style>
span { border-color: #4BFDDC; }
span { border-color: rgb(75,253,220); }
td.TdClassName
{
border-color: #4BFDDC;
}
.TagClassName
{
border-color: #4BFDDC;
}
</style>