Shades of Turquoise #4BFBDF
Tints of Turquoise #4BFBDF
RGB
CMYK
RGB Variations
Color information
#4BFBDF (or 0x4BFBDF) is known color: Turquoise. HEX triplet: 4B, FB and DF. RGB value is (75,251,223). Sum of RGB (Red+Green+Blue) = 75+251+223=549 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.66% from 549); Green value is 251 (98.44% from 255 or 45.72% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFBDF is #B40420. Grayscale: #C3C3C3. Windows color (decimal): -11797537 or 14678859. OLE color: 14678859.
HSL color Cylindrical-coordinate representation of color #4BFBDF: hue angle of 170.45º 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 #4BFBDF is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 251 | 223 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.02 |
| HSL | 170.45º | 0.96% | 0.64% | - |
| HSV(B) | 170.45º | 0.7% | 0.98% | - |
| XYZ | 50.72 | 75.82 | 81.77 | - |
| YUV | 195.18 | 143.69 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 251 | 223 | 0.70 | 0 | 0.11 | 0.02 | 170.45 | 0.96 | 0.64 |
| Hex | 4B | FB | DF | 46 | 0 | B | 2 | AA | 60 | 40 |
| Octal | 113 | 373 | 337 | 106 | 0 | 13 | 2 | 252 | 140 | 100 |
| Binary | 1001011 | 11111011 | 11011111 | 1000110 | 0 | 1011 | 10 | 10101010 | 1100000 | 1000000 |
Color Harmonies of #4BFBDF
Complementary color
Monochromatic Colors of #4BFBDF
Black with #4BFBDF
Text Example
Text Example
White with #4BFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFBDF; }
p { color: rgb(75,251,223); }
H1.HeaderClassName
{
color: #4BFBDF;
}
.AnyTagClassName
{
color: #4BFBDF;
}
</style>
background-color css
<style>
a { background-color: #4BFBDF; }
a { background-color: rgb(75,251,223); }
div.DivClassName
{
background-color: #4BFBDF;
}
.BgClassName
{
background-color: #4BFBDF;
}
</style>
border-color css
<style>
span { border-color: #4BFBDF; }
span { border-color: rgb(75,251,223); }
td.TdClassName
{
border-color: #4BFBDF;
}
.TagClassName
{
border-color: #4BFBDF;
}
</style>