Shades of Turquoise #4BFFD6
Tints of Turquoise #4BFFD6
RGB
CMYK
RGB Variations
Color information
#4BFFD6 (or 0x4BFFD6) is known color: Turquoise. HEX triplet: 4B, FF and D6. RGB value is (75,255,214). Sum of RGB (Red+Green+Blue) = 75+255+214=544 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.79% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 214 (83.98% from 255 or 39.34% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFFD6 is #B40029. Grayscale: #C4C4C4. Windows color (decimal): -11796522 or 14090059. OLE color: 14090059.
HSL color Cylindrical-coordinate representation of color #4BFFD6: hue angle of 166.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BFFD6 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 214 | - |
| CMYK | 0.71 | 0 | 0.16 | 0 |
| HSL | 166.33º | 1% | 0.65% | - |
| HSV(B) | 166.33º | 0.71% | 1% | - |
| XYZ | 50.8 | 77.87 | 75.97 | - |
| YUV | 196.51 | 137.87 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 214 | 0.71 | 0 | 0.16 | 0 | 166.33 | 1 | 0.65 |
| Hex | 4B | FF | D6 | 47 | 0 | 10 | 0 | A6 | 64 | 41 |
| Octal | 113 | 377 | 326 | 107 | 0 | 20 | 0 | 246 | 144 | 101 |
| Binary | 1001011 | 11111111 | 11010110 | 1000111 | 0 | 10000 | 0 | 10100110 | 1100100 | 1000001 |
Color Harmonies of #4BFFD6
Complementary color
Monochromatic Colors of #4BFFD6
Black with #4BFFD6
Text Example
Text Example
White with #4BFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFFD6; }
p { color: rgb(75,255,214); }
H1.HeaderClassName
{
color: #4BFFD6;
}
.AnyTagClassName
{
color: #4BFFD6;
}
</style>
background-color css
<style>
a { background-color: #4BFFD6; }
a { background-color: rgb(75,255,214); }
div.DivClassName
{
background-color: #4BFFD6;
}
.BgClassName
{
background-color: #4BFFD6;
}
</style>
border-color css
<style>
span { border-color: #4BFFD6; }
span { border-color: rgb(75,255,214); }
td.TdClassName
{
border-color: #4BFFD6;
}
.TagClassName
{
border-color: #4BFFD6;
}
</style>