Shades of Turquoise #4BFCDC
Tints of Turquoise #4BFCDC
RGB
CMYK
RGB Variations
Color information
#4BFCDC (or 0x4BFCDC) is known color: Turquoise. HEX triplet: 4B, FC and DC. RGB value is (75,252,220). Sum of RGB (Red+Green+Blue) = 75+252+220=547 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.71% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFCDC is #B40323. Grayscale: #C3C3C3. Windows color (decimal): -11797284 or 14482507. OLE color: 14482507.
HSL color Cylindrical-coordinate representation of color #4BFCDC: hue angle of 169.15º degrees, saturation: 0.97, 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 #4BFCDC is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 252 | 220 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.01 |
| HSL | 169.15º | 0.97% | 0.64% | - |
| HSV(B) | 169.15º | 0.7% | 0.99% | - |
| XYZ | 50.63 | 76.28 | 79.77 | - |
| YUV | 195.43 | 141.86 | 42.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 252 | 220 | 0.70 | 0 | 0.13 | 0.01 | 169.15 | 0.97 | 0.64 |
| Hex | 4B | FC | DC | 46 | 0 | D | 1 | A9 | 61 | 40 |
| Octal | 113 | 374 | 334 | 106 | 0 | 15 | 1 | 251 | 141 | 100 |
| Binary | 1001011 | 11111100 | 11011100 | 1000110 | 0 | 1101 | 1 | 10101001 | 1100001 | 1000000 |
Color Harmonies of #4BFCDC
Complementary color
Monochromatic Colors of #4BFCDC
Black with #4BFCDC
Text Example
Text Example
White with #4BFCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFCDC; }
p { color: rgb(75,252,220); }
H1.HeaderClassName
{
color: #4BFCDC;
}
.AnyTagClassName
{
color: #4BFCDC;
}
</style>
background-color css
<style>
a { background-color: #4BFCDC; }
a { background-color: rgb(75,252,220); }
div.DivClassName
{
background-color: #4BFCDC;
}
.BgClassName
{
background-color: #4BFCDC;
}
</style>
border-color css
<style>
span { border-color: #4BFCDC; }
span { border-color: rgb(75,252,220); }
td.TdClassName
{
border-color: #4BFCDC;
}
.TagClassName
{
border-color: #4BFCDC;
}
</style>