Shades of Turquoise #4BFCD4
Tints of Turquoise #4BFCD4
RGB
CMYK
RGB Variations
Color information
#4BFCD4 (or 0x4BFCD4) is known color: Turquoise. HEX triplet: 4B, FC and D4. RGB value is (75,252,212). Sum of RGB (Red+Green+Blue) = 75+252+212=539 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.91% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFCD4 is #B4032B. Grayscale: #C2C2C2. Windows color (decimal): -11797292 or 13958219. OLE color: 13958219.
HSL color Cylindrical-coordinate representation of color #4BFCD4: hue angle of 166.44º 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 #4BFCD4 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 75 | 252 | 212 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.01 |
| HSL | 166.44º | 0.97% | 0.64% | - |
| HSV(B) | 166.44º | 0.7% | 0.99% | - |
| XYZ | 49.6 | 75.87 | 74.32 | - |
| YUV | 194.52 | 137.86 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 252 | 212 | 0.70 | 0 | 0.16 | 0.01 | 166.44 | 0.97 | 0.64 |
| Hex | 4B | FC | D4 | 46 | 0 | 10 | 1 | A6 | 61 | 40 |
| Octal | 113 | 374 | 324 | 106 | 0 | 20 | 1 | 246 | 141 | 100 |
| Binary | 1001011 | 11111100 | 11010100 | 1000110 | 0 | 10000 | 1 | 10100110 | 1100001 | 1000000 |
Color Harmonies of #4BFCD4
Complementary color
Monochromatic Colors of #4BFCD4
Black with #4BFCD4
Text Example
Text Example
White with #4BFCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFCD4; }
p { color: rgb(75,252,212); }
H1.HeaderClassName
{
color: #4BFCD4;
}
.AnyTagClassName
{
color: #4BFCD4;
}
</style>
background-color css
<style>
a { background-color: #4BFCD4; }
a { background-color: rgb(75,252,212); }
div.DivClassName
{
background-color: #4BFCD4;
}
.BgClassName
{
background-color: #4BFCD4;
}
</style>
border-color css
<style>
span { border-color: #4BFCD4; }
span { border-color: rgb(75,252,212); }
td.TdClassName
{
border-color: #4BFCD4;
}
.TagClassName
{
border-color: #4BFCD4;
}
</style>