Shades of Turquoise #4BF8D5
Tints of Turquoise #4BF8D5
RGB
CMYK
RGB Variations
Color information
#4BF8D5 (or 0x4BF8D5) is known color: Turquoise. HEX triplet: 4B, F8 and D5. RGB value is (75,248,213). Sum of RGB (Red+Green+Blue) = 75+248+213=536 (70% of max value = 765). Red value is 75 (29.69% from 255 or 13.99% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 248 - color contains mainly: green. Hex color #4BF8D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF8D5 is #B4072A. Grayscale: #C0C0C0. Windows color (decimal): -11798315 or 14022731. OLE color: 14022731.
HSL color Cylindrical-coordinate representation of color #4BF8D5: hue angle of 167.86º 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 #4BF8D5 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 75 | 248 | 213 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.03 |
| HSL | 167.86º | 0.93% | 0.63% | - |
| HSV(B) | 167.86º | 0.7% | 0.97% | - |
| XYZ | 48.48 | 73.43 | 74.57 | - |
| YUV | 192.28 | 139.69 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 248 | 213 | 0.70 | 0 | 0.14 | 0.03 | 167.86 | 0.93 | 0.63 |
| Hex | 4B | F8 | D5 | 46 | 0 | E | 3 | A8 | 5D | 3F |
| Octal | 113 | 370 | 325 | 106 | 0 | 16 | 3 | 250 | 135 | 77 |
| Binary | 1001011 | 11111000 | 11010101 | 1000110 | 0 | 1110 | 11 | 10101000 | 1011101 | 111111 |
Color Harmonies of #4BF8D5
Complementary color
Monochromatic Colors of #4BF8D5
Black with #4BF8D5
Text Example
Text Example
White with #4BF8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF8D5; }
p { color: rgb(75,248,213); }
H1.HeaderClassName
{
color: #4BF8D5;
}
.AnyTagClassName
{
color: #4BF8D5;
}
</style>
background-color css
<style>
a { background-color: #4BF8D5; }
a { background-color: rgb(75,248,213); }
div.DivClassName
{
background-color: #4BF8D5;
}
.BgClassName
{
background-color: #4BF8D5;
}
</style>
border-color css
<style>
span { border-color: #4BF8D5; }
span { border-color: rgb(75,248,213); }
td.TdClassName
{
border-color: #4BF8D5;
}
.TagClassName
{
border-color: #4BF8D5;
}
</style>