Shades of Turquoise #4BF8DF
Tints of Turquoise #4BF8DF
RGB
CMYK
RGB Variations
Color information
#4BF8DF (or 0x4BF8DF) is known color: Turquoise. HEX triplet: 4B, F8 and DF. RGB value is (75,248,223). Sum of RGB (Red+Green+Blue) = 75+248+223=546 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.74% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #4BF8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF8DF is #B40720. Grayscale: #C1C1C1. Windows color (decimal): -11798305 or 14678091. OLE color: 14678091.
HSL color Cylindrical-coordinate representation of color #4BF8DF: hue angle of 171.33º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BF8DF is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 75 | 248 | 223 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.03 |
| HSL | 171.33º | 0.93% | 0.63% | - |
| HSV(B) | 171.33º | 0.7% | 0.97% | - |
| XYZ | 49.79 | 73.96 | 81.46 | - |
| YUV | 193.42 | 144.69 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 248 | 223 | 0.70 | 0 | 0.10 | 0.03 | 171.33 | 0.93 | 0.63 |
| Hex | 4B | F8 | DF | 46 | 0 | A | 3 | AB | 5D | 3F |
| Octal | 113 | 370 | 337 | 106 | 0 | 12 | 3 | 253 | 135 | 77 |
| Binary | 1001011 | 11111000 | 11011111 | 1000110 | 0 | 1010 | 11 | 10101011 | 1011101 | 111111 |
Color Harmonies of #4BF8DF
Complementary color
Monochromatic Colors of #4BF8DF
Black with #4BF8DF
Text Example
Text Example
White with #4BF8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF8DF; }
p { color: rgb(75,248,223); }
H1.HeaderClassName
{
color: #4BF8DF;
}
.AnyTagClassName
{
color: #4BF8DF;
}
</style>
background-color css
<style>
a { background-color: #4BF8DF; }
a { background-color: rgb(75,248,223); }
div.DivClassName
{
background-color: #4BF8DF;
}
.BgClassName
{
background-color: #4BF8DF;
}
</style>
border-color css
<style>
span { border-color: #4BF8DF; }
span { border-color: rgb(75,248,223); }
td.TdClassName
{
border-color: #4BF8DF;
}
.TagClassName
{
border-color: #4BF8DF;
}
</style>