Shades of Turquoise #4BFCCC
Tints of Turquoise #4BFCCC
RGB
CMYK
RGB Variations
Color information
#4BFCCC (or 0x4BFCCC) is known color: Turquoise. HEX triplet: 4B, FC and CC. RGB value is (75,252,204). Sum of RGB (Red+Green+Blue) = 75+252+204=531 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.12% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFCCC is #B40333. Grayscale: #C1C1C1. Windows color (decimal): -11797300 or 13433931. OLE color: 13433931.
HSL color Cylindrical-coordinate representation of color #4BFCCC: hue angle of 163.73º 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 #4BFCCC is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 252 | 204 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.01 |
| HSL | 163.73º | 0.97% | 0.64% | - |
| HSV(B) | 163.73º | 0.7% | 0.99% | - |
| XYZ | 48.61 | 75.48 | 69.13 | - |
| YUV | 193.61 | 133.86 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 252 | 204 | 0.70 | 0 | 0.19 | 0.01 | 163.73 | 0.97 | 0.64 |
| Hex | 4B | FC | CC | 46 | 0 | 13 | 1 | A4 | 61 | 40 |
| Octal | 113 | 374 | 314 | 106 | 0 | 23 | 1 | 244 | 141 | 100 |
| Binary | 1001011 | 11111100 | 11001100 | 1000110 | 0 | 10011 | 1 | 10100100 | 1100001 | 1000000 |
Color Harmonies of #4BFCCC
Complementary color
Monochromatic Colors of #4BFCCC
Black with #4BFCCC
Text Example
Text Example
White with #4BFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFCCC; }
p { color: rgb(75,252,204); }
H1.HeaderClassName
{
color: #4BFCCC;
}
.AnyTagClassName
{
color: #4BFCCC;
}
</style>
background-color css
<style>
a { background-color: #4BFCCC; }
a { background-color: rgb(75,252,204); }
div.DivClassName
{
background-color: #4BFCCC;
}
.BgClassName
{
background-color: #4BFCCC;
}
</style>
border-color css
<style>
span { border-color: #4BFCCC; }
span { border-color: rgb(75,252,204); }
td.TdClassName
{
border-color: #4BFCCC;
}
.TagClassName
{
border-color: #4BFCCC;
}
</style>