Shades of Turquoise #4BDFB6
Tints of Turquoise #4BDFB6
RGB
CMYK
RGB Variations
Color information
#4BDFB6 (or 0x4BDFB6) is known color: Turquoise. HEX triplet: 4B, DF and B6. RGB value is (75,223,182). Sum of RGB (Red+Green+Blue) = 75+223+182=480 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.62% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDFB6 is #B42049. Grayscale: #AEAEAE. Windows color (decimal): -11804746 or 11984715. OLE color: 11984715.
HSL color Cylindrical-coordinate representation of color #4BDFB6: hue angle of 163.38º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDFB6 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 182 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.13 |
| HSL | 163.38º | 0.7% | 0.58% | - |
| HSV(B) | 163.38º | 0.66% | 0.87% | - |
| XYZ | 37.73 | 57.65 | 53.39 | - |
| YUV | 174.07 | 132.47 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 182 | 0.66 | 0 | 0.18 | 0.13 | 163.38 | 0.7 | 0.58 |
| Hex | 4B | DF | B6 | 42 | 0 | 12 | D | A3 | 46 | 3A |
| Octal | 113 | 337 | 266 | 102 | 0 | 22 | 15 | 243 | 106 | 72 |
| Binary | 1001011 | 11011111 | 10110110 | 1000010 | 0 | 10010 | 1101 | 10100011 | 1000110 | 111010 |
Color Harmonies of #4BDFB6
Complementary color
Monochromatic Colors of #4BDFB6
Black with #4BDFB6
Text Example
Text Example
White with #4BDFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDFB6; }
p { color: rgb(75,223,182); }
H1.HeaderClassName
{
color: #4BDFB6;
}
.AnyTagClassName
{
color: #4BDFB6;
}
</style>
background-color css
<style>
a { background-color: #4BDFB6; }
a { background-color: rgb(75,223,182); }
div.DivClassName
{
background-color: #4BDFB6;
}
.BgClassName
{
background-color: #4BDFB6;
}
</style>
border-color css
<style>
span { border-color: #4BDFB6; }
span { border-color: rgb(75,223,182); }
td.TdClassName
{
border-color: #4BDFB6;
}
.TagClassName
{
border-color: #4BDFB6;
}
</style>