Shades of Turquoise #4BF6DB
Tints of Turquoise #4BF6DB
RGB
CMYK
RGB Variations
Color information
#4BF6DB (or 0x4BF6DB) is known color: Turquoise. HEX triplet: 4B, F6 and DB. RGB value is (75,246,219). Sum of RGB (Red+Green+Blue) = 75+246+219=540 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.89% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 246 - color contains mainly: green. Hex color #4BF6DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF6DB is #B40924. Grayscale: #BFBFBF. Windows color (decimal): -11798821 or 14415435. OLE color: 14415435.
HSL color Cylindrical-coordinate representation of color #4BF6DB: hue angle of 170.53º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BF6DB is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 246 | 219 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.04 |
| HSL | 170.53º | 0.9% | 0.63% | - |
| HSV(B) | 170.53º | 0.7% | 0.96% | - |
| XYZ | 48.64 | 72.52 | 78.45 | - |
| YUV | 191.79 | 143.35 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 246 | 219 | 0.70 | 0 | 0.11 | 0.04 | 170.53 | 0.9 | 0.63 |
| Hex | 4B | F6 | DB | 46 | 0 | B | 4 | AB | 5A | 3F |
| Octal | 113 | 366 | 333 | 106 | 0 | 13 | 4 | 253 | 132 | 77 |
| Binary | 1001011 | 11110110 | 11011011 | 1000110 | 0 | 1011 | 100 | 10101011 | 1011010 | 111111 |
Color Harmonies of #4BF6DB
Complementary color
Monochromatic Colors of #4BF6DB
Black with #4BF6DB
Text Example
Text Example
White with #4BF6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF6DB; }
p { color: rgb(75,246,219); }
H1.HeaderClassName
{
color: #4BF6DB;
}
.AnyTagClassName
{
color: #4BF6DB;
}
</style>
background-color css
<style>
a { background-color: #4BF6DB; }
a { background-color: rgb(75,246,219); }
div.DivClassName
{
background-color: #4BF6DB;
}
.BgClassName
{
background-color: #4BF6DB;
}
</style>
border-color css
<style>
span { border-color: #4BF6DB; }
span { border-color: rgb(75,246,219); }
td.TdClassName
{
border-color: #4BF6DB;
}
.TagClassName
{
border-color: #4BF6DB;
}
</style>