Shades of Turquoise #4BF3DB
Tints of Turquoise #4BF3DB
RGB
CMYK
RGB Variations
Color information
#4BF3DB (or 0x4BF3DB) is known color: Turquoise. HEX triplet: 4B, F3 and DB. RGB value is (75,243,219). Sum of RGB (Red+Green+Blue) = 75+243+219=537 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.97% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 243 - color contains mainly: green. Hex color #4BF3DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF3DB is #B40C24. Grayscale: #BDBDBD. Windows color (decimal): -11799589 or 14414667. OLE color: 14414667.
HSL color Cylindrical-coordinate representation of color #4BF3DB: hue angle of 171.43º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF3DB is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 243 | 219 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.05 |
| HSL | 171.43º | 0.88% | 0.62% | - |
| HSV(B) | 171.43º | 0.69% | 0.95% | - |
| XYZ | 47.74 | 70.71 | 78.15 | - |
| YUV | 190.03 | 144.34 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 243 | 219 | 0.69 | 0 | 0.10 | 0.05 | 171.43 | 0.88 | 0.62 |
| Hex | 4B | F3 | DB | 45 | 0 | A | 5 | AB | 58 | 3E |
| Octal | 113 | 363 | 333 | 105 | 0 | 12 | 5 | 253 | 130 | 76 |
| Binary | 1001011 | 11110011 | 11011011 | 1000101 | 0 | 1010 | 101 | 10101011 | 1011000 | 111110 |
Color Harmonies of #4BF3DB
Complementary color
Monochromatic Colors of #4BF3DB
Black with #4BF3DB
Text Example
Text Example
White with #4BF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF3DB; }
p { color: rgb(75,243,219); }
H1.HeaderClassName
{
color: #4BF3DB;
}
.AnyTagClassName
{
color: #4BF3DB;
}
</style>
background-color css
<style>
a { background-color: #4BF3DB; }
a { background-color: rgb(75,243,219); }
div.DivClassName
{
background-color: #4BF3DB;
}
.BgClassName
{
background-color: #4BF3DB;
}
</style>
border-color css
<style>
span { border-color: #4BF3DB; }
span { border-color: rgb(75,243,219); }
td.TdClassName
{
border-color: #4BF3DB;
}
.TagClassName
{
border-color: #4BF3DB;
}
</style>