Shades of Turquoise #4BFADF
Tints of Turquoise #4BFADF
RGB
CMYK
RGB Variations
Color information
#4BFADF (or 0x4BFADF) is known color: Turquoise. HEX triplet: 4B, FA and DF. RGB value is (75,250,223). Sum of RGB (Red+Green+Blue) = 75+250+223=548 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.69% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #4BFADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFADF is #B40520. Grayscale: #C2C2C2. Windows color (decimal): -11797793 or 14678603. OLE color: 14678603.
HSL color Cylindrical-coordinate representation of color #4BFADF: hue angle of 170.74º degrees, saturation: 0.95, 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 #4BFADF is Cyan = 0.7, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 250 | 223 | - |
| CMYK | 0.7 | 0 | 0.11 | 0.02 |
| HSL | 170.74º | 0.95% | 0.64% | - |
| HSV(B) | 170.74º | 0.7% | 0.98% | - |
| XYZ | 50.41 | 75.19 | 81.67 | - |
| YUV | 194.6 | 144.02 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 250 | 223 | 0.7 | 0 | 0.11 | 0.02 | 170.74 | 0.95 | 0.64 |
| Hex | 4B | FA | DF | 46 | 0 | B | 2 | AB | 5F | 40 |
| Octal | 113 | 372 | 337 | 106 | 0 | 13 | 2 | 253 | 137 | 100 |
| Binary | 1001011 | 11111010 | 11011111 | 1000110 | 0 | 1011 | 10 | 10101011 | 1011111 | 1000000 |
Color Harmonies of #4BFADF
Complementary color
Monochromatic Colors of #4BFADF
Black with #4BFADF
Text Example
Text Example
White with #4BFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFADF; }
p { color: rgb(75,250,223); }
H1.HeaderClassName
{
color: #4BFADF;
}
.AnyTagClassName
{
color: #4BFADF;
}
</style>
background-color css
<style>
a { background-color: #4BFADF; }
a { background-color: rgb(75,250,223); }
div.DivClassName
{
background-color: #4BFADF;
}
.BgClassName
{
background-color: #4BFADF;
}
</style>
border-color css
<style>
span { border-color: #4BFADF; }
span { border-color: rgb(75,250,223); }
td.TdClassName
{
border-color: #4BFADF;
}
.TagClassName
{
border-color: #4BFADF;
}
</style>