Shades of Turquoise #4BF9D0
Tints of Turquoise #4BF9D0
RGB
CMYK
RGB Variations
Color information
#4BF9D0 (or 0x4BF9D0) is known color: Turquoise. HEX triplet: 4B, F9 and D0. RGB value is (75,249,208). Sum of RGB (Red+Green+Blue) = 75+249+208=532 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.10% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #4BF9D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF9D0 is #B4062F. Grayscale: #C0C0C0. Windows color (decimal): -11798064 or 13695307. OLE color: 13695307.
HSL color Cylindrical-coordinate representation of color #4BF9D0: hue angle of 165.86º degrees, saturation: 0.94, 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 #4BF9D0 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 249 | 208 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.02 |
| HSL | 165.86º | 0.94% | 0.64% | - |
| HSV(B) | 165.86º | 0.7% | 0.98% | - |
| XYZ | 48.16 | 73.8 | 71.38 | - |
| YUV | 192.3 | 136.85 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 249 | 208 | 0.70 | 0 | 0.16 | 0.02 | 165.86 | 0.94 | 0.64 |
| Hex | 4B | F9 | D0 | 46 | 0 | 10 | 2 | A6 | 5E | 40 |
| Octal | 113 | 371 | 320 | 106 | 0 | 20 | 2 | 246 | 136 | 100 |
| Binary | 1001011 | 11111001 | 11010000 | 1000110 | 0 | 10000 | 10 | 10100110 | 1011110 | 1000000 |
Color Harmonies of #4BF9D0
Complementary color
Monochromatic Colors of #4BF9D0
Black with #4BF9D0
Text Example
Text Example
White with #4BF9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF9D0; }
p { color: rgb(75,249,208); }
H1.HeaderClassName
{
color: #4BF9D0;
}
.AnyTagClassName
{
color: #4BF9D0;
}
</style>
background-color css
<style>
a { background-color: #4BF9D0; }
a { background-color: rgb(75,249,208); }
div.DivClassName
{
background-color: #4BF9D0;
}
.BgClassName
{
background-color: #4BF9D0;
}
</style>
border-color css
<style>
span { border-color: #4BF9D0; }
span { border-color: rgb(75,249,208); }
td.TdClassName
{
border-color: #4BF9D0;
}
.TagClassName
{
border-color: #4BF9D0;
}
</style>