Shades of Turquoise #4BFBD2
Tints of Turquoise #4BFBD2
RGB
CMYK
RGB Variations
Color information
#4BFBD2 (or 0x4BFBD2) is known color: Turquoise. HEX triplet: 4B, FB and D2. RGB value is (75,251,210). Sum of RGB (Red+Green+Blue) = 75+251+210=536 (70% of max value = 765). Red value is 75 (29.69% from 255 or 13.99% from 536); Green value is 251 (98.44% from 255 or 46.83% from 536); Blue value is 210 (82.42% from 255 or 39.18% from 536); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFBD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFBD2 is #B4042D. Grayscale: #C1C1C1. Windows color (decimal): -11797550 or 13826891. OLE color: 13826891.
HSL color Cylindrical-coordinate representation of color #4BFBD2: hue angle of 166.02º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFBD2 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 251 | 210 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.02 |
| HSL | 166.02º | 0.96% | 0.64% | - |
| HSV(B) | 166.02º | 0.7% | 0.98% | - |
| XYZ | 49.03 | 75.14 | 72.89 | - |
| YUV | 193.7 | 137.19 | 43.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 251 | 210 | 0.70 | 0 | 0.16 | 0.02 | 166.02 | 0.96 | 0.64 |
| Hex | 4B | FB | D2 | 46 | 0 | 10 | 2 | A6 | 60 | 40 |
| Octal | 113 | 373 | 322 | 106 | 0 | 20 | 2 | 246 | 140 | 100 |
| Binary | 1001011 | 11111011 | 11010010 | 1000110 | 0 | 10000 | 10 | 10100110 | 1100000 | 1000000 |
Color Harmonies of #4BFBD2
Complementary color
Monochromatic Colors of #4BFBD2
Black with #4BFBD2
Text Example
Text Example
White with #4BFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFBD2; }
p { color: rgb(75,251,210); }
H1.HeaderClassName
{
color: #4BFBD2;
}
.AnyTagClassName
{
color: #4BFBD2;
}
</style>
background-color css
<style>
a { background-color: #4BFBD2; }
a { background-color: rgb(75,251,210); }
div.DivClassName
{
background-color: #4BFBD2;
}
.BgClassName
{
background-color: #4BFBD2;
}
</style>
border-color css
<style>
span { border-color: #4BFBD2; }
span { border-color: rgb(75,251,210); }
td.TdClassName
{
border-color: #4BFBD2;
}
.TagClassName
{
border-color: #4BFBD2;
}
</style>