Shades of Turquoise #4BF1D9
Tints of Turquoise #4BF1D9
RGB
CMYK
RGB Variations
Color information
#4BF1D9 (or 0x4BF1D9) is known color: Turquoise. HEX triplet: 4B, F1 and D9. RGB value is (75,241,217). Sum of RGB (Red+Green+Blue) = 75+241+217=533 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.07% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #4BF1D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF1D9 is #B40E26. Grayscale: #BCBCBC. Windows color (decimal): -11800103 or 14283083. OLE color: 14283083.
HSL color Cylindrical-coordinate representation of color #4BF1D9: hue angle of 171.33º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF1D9 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 241 | 217 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.05 |
| HSL | 171.33º | 0.86% | 0.62% | - |
| HSV(B) | 171.33º | 0.69% | 0.95% | - |
| XYZ | 46.88 | 69.42 | 76.57 | - |
| YUV | 188.63 | 144 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 241 | 217 | 0.69 | 0 | 0.10 | 0.05 | 171.33 | 0.86 | 0.62 |
| Hex | 4B | F1 | D9 | 45 | 0 | A | 5 | AB | 56 | 3E |
| Octal | 113 | 361 | 331 | 105 | 0 | 12 | 5 | 253 | 126 | 76 |
| Binary | 1001011 | 11110001 | 11011001 | 1000101 | 0 | 1010 | 101 | 10101011 | 1010110 | 111110 |
Color Harmonies of #4BF1D9
Complementary color
Monochromatic Colors of #4BF1D9
Black with #4BF1D9
Text Example
Text Example
White with #4BF1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF1D9; }
p { color: rgb(75,241,217); }
H1.HeaderClassName
{
color: #4BF1D9;
}
.AnyTagClassName
{
color: #4BF1D9;
}
</style>
background-color css
<style>
a { background-color: #4BF1D9; }
a { background-color: rgb(75,241,217); }
div.DivClassName
{
background-color: #4BF1D9;
}
.BgClassName
{
background-color: #4BF1D9;
}
</style>
border-color css
<style>
span { border-color: #4BF1D9; }
span { border-color: rgb(75,241,217); }
td.TdClassName
{
border-color: #4BF1D9;
}
.TagClassName
{
border-color: #4BF1D9;
}
</style>