Shades of Turquoise #4BFCD5
Tints of Turquoise #4BFCD5
RGB
CMYK
RGB Variations
Color information
#4BFCD5 (or 0x4BFCD5) is known color: Turquoise. HEX triplet: 4B, FC and D5. RGB value is (75,252,213). Sum of RGB (Red+Green+Blue) = 75+252+213=540 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.89% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFCD5 is #B4032A. Grayscale: #C2C2C2. Windows color (decimal): -11797291 or 14023755. OLE color: 14023755.
HSL color Cylindrical-coordinate representation of color #4BFCD5: hue angle of 166.78º 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 #4BFCD5 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 252 | 213 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.01 |
| HSL | 166.78º | 0.97% | 0.64% | - |
| HSV(B) | 166.78º | 0.7% | 0.99% | - |
| XYZ | 49.72 | 75.92 | 74.98 | - |
| YUV | 194.63 | 138.36 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 252 | 213 | 0.70 | 0 | 0.15 | 0.01 | 166.78 | 0.97 | 0.64 |
| Hex | 4B | FC | D5 | 46 | 0 | F | 1 | A7 | 61 | 40 |
| Octal | 113 | 374 | 325 | 106 | 0 | 17 | 1 | 247 | 141 | 100 |
| Binary | 1001011 | 11111100 | 11010101 | 1000110 | 0 | 1111 | 1 | 10100111 | 1100001 | 1000000 |
Color Harmonies of #4BFCD5
Complementary color
Monochromatic Colors of #4BFCD5
Black with #4BFCD5
Text Example
Text Example
White with #4BFCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFCD5; }
p { color: rgb(75,252,213); }
H1.HeaderClassName
{
color: #4BFCD5;
}
.AnyTagClassName
{
color: #4BFCD5;
}
</style>
background-color css
<style>
a { background-color: #4BFCD5; }
a { background-color: rgb(75,252,213); }
div.DivClassName
{
background-color: #4BFCD5;
}
.BgClassName
{
background-color: #4BFCD5;
}
</style>
border-color css
<style>
span { border-color: #4BFCD5; }
span { border-color: rgb(75,252,213); }
td.TdClassName
{
border-color: #4BFCD5;
}
.TagClassName
{
border-color: #4BFCD5;
}
</style>