Shades of Turquoise #4BFBDE
Tints of Turquoise #4BFBDE
RGB
CMYK
RGB Variations
Color information
#4BFBDE (or 0x4BFBDE) is known color: Turquoise. HEX triplet: 4B, FB and DE. RGB value is (75,251,222). Sum of RGB (Red+Green+Blue) = 75+251+222=548 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.69% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFBDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFBDE is #B40421. Grayscale: #C3C3C3. Windows color (decimal): -11797538 or 14613323. OLE color: 14613323.
HSL color Cylindrical-coordinate representation of color #4BFBDE: hue angle of 170.11º 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 #4BFBDE is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 251 | 222 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.02 |
| HSL | 170.11º | 0.96% | 0.64% | - |
| HSV(B) | 170.11º | 0.7% | 0.98% | - |
| XYZ | 50.58 | 75.76 | 81.07 | - |
| YUV | 195.07 | 143.19 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 251 | 222 | 0.70 | 0 | 0.12 | 0.02 | 170.11 | 0.96 | 0.64 |
| Hex | 4B | FB | DE | 46 | 0 | C | 2 | AA | 60 | 40 |
| Octal | 113 | 373 | 336 | 106 | 0 | 14 | 2 | 252 | 140 | 100 |
| Binary | 1001011 | 11111011 | 11011110 | 1000110 | 0 | 1100 | 10 | 10101010 | 1100000 | 1000000 |
Color Harmonies of #4BFBDE
Complementary color
Monochromatic Colors of #4BFBDE
Black with #4BFBDE
Text Example
Text Example
White with #4BFBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFBDE; }
p { color: rgb(75,251,222); }
H1.HeaderClassName
{
color: #4BFBDE;
}
.AnyTagClassName
{
color: #4BFBDE;
}
</style>
background-color css
<style>
a { background-color: #4BFBDE; }
a { background-color: rgb(75,251,222); }
div.DivClassName
{
background-color: #4BFBDE;
}
.BgClassName
{
background-color: #4BFBDE;
}
</style>
border-color css
<style>
span { border-color: #4BFBDE; }
span { border-color: rgb(75,251,222); }
td.TdClassName
{
border-color: #4BFBDE;
}
.TagClassName
{
border-color: #4BFBDE;
}
</style>