Shades of Turquoise #4BF6DA
Tints of Turquoise #4BF6DA
RGB
CMYK
RGB Variations
Color information
#4BF6DA (or 0x4BF6DA) is known color: Turquoise. HEX triplet: 4B, F6 and DA. RGB value is (75,246,218). Sum of RGB (Red+Green+Blue) = 75+246+218=539 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.91% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #4BF6DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF6DA is #B40925. Grayscale: #BFBFBF. Windows color (decimal): -11798822 or 14349899. OLE color: 14349899.
HSL color Cylindrical-coordinate representation of color #4BF6DA: hue angle of 170.18º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BF6DA is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 246 | 218 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.04 |
| HSL | 170.18º | 0.9% | 0.63% | - |
| HSV(B) | 170.18º | 0.7% | 0.96% | - |
| XYZ | 48.51 | 72.47 | 77.76 | - |
| YUV | 191.68 | 142.85 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 246 | 218 | 0.70 | 0 | 0.11 | 0.04 | 170.18 | 0.9 | 0.63 |
| Hex | 4B | F6 | DA | 46 | 0 | B | 4 | AA | 5A | 3F |
| Octal | 113 | 366 | 332 | 106 | 0 | 13 | 4 | 252 | 132 | 77 |
| Binary | 1001011 | 11110110 | 11011010 | 1000110 | 0 | 1011 | 100 | 10101010 | 1011010 | 111111 |
Color Harmonies of #4BF6DA
Complementary color
Monochromatic Colors of #4BF6DA
Black with #4BF6DA
Text Example
Text Example
White with #4BF6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF6DA; }
p { color: rgb(75,246,218); }
H1.HeaderClassName
{
color: #4BF6DA;
}
.AnyTagClassName
{
color: #4BF6DA;
}
</style>
background-color css
<style>
a { background-color: #4BF6DA; }
a { background-color: rgb(75,246,218); }
div.DivClassName
{
background-color: #4BF6DA;
}
.BgClassName
{
background-color: #4BF6DA;
}
</style>
border-color css
<style>
span { border-color: #4BF6DA; }
span { border-color: rgb(75,246,218); }
td.TdClassName
{
border-color: #4BF6DA;
}
.TagClassName
{
border-color: #4BF6DA;
}
</style>