Shades of Medium Turquoise #4BC5DA
Tints of Medium Turquoise #4BC5DA
RGB
CMYK
RGB Variations
Color information
#4BC5DA (or 0x4BC5DA) is known color: Medium Turquoise. HEX triplet: 4B, C5 and DA. RGB value is (75,197,218). Sum of RGB (Red+Green+Blue) = 75+197+218=490 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.31% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #4BC5DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC5DA is #B43A25. Grayscale: #A2A2A2. Windows color (decimal): -11811366 or 14337355. OLE color: 14337355.
HSL color Cylindrical-coordinate representation of color #4BC5DA: hue angle of 188.81º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BC5DA is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 197 | 218 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.15 |
| HSL | 188.81º | 0.66% | 0.57% | - |
| HSV(B) | 188.81º | 0.66% | 0.85% | - |
| XYZ | 35.52 | 46.49 | 73.43 | - |
| YUV | 162.92 | 159.08 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 197 | 218 | 0.66 | 0.10 | 0 | 0.15 | 188.81 | 0.66 | 0.57 |
| Hex | 4B | C5 | DA | 42 | A | 0 | F | BD | 42 | 39 |
| Octal | 113 | 305 | 332 | 102 | 12 | 0 | 17 | 275 | 102 | 71 |
| Binary | 1001011 | 11000101 | 11011010 | 1000010 | 1010 | 0 | 1111 | 10111101 | 1000010 | 111001 |
Color Harmonies of #4BC5DA
Complementary color
Monochromatic Colors of #4BC5DA
Black with #4BC5DA
Text Example
Text Example
White with #4BC5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC5DA; }
p { color: rgb(75,197,218); }
H1.HeaderClassName
{
color: #4BC5DA;
}
.AnyTagClassName
{
color: #4BC5DA;
}
</style>
background-color css
<style>
a { background-color: #4BC5DA; }
a { background-color: rgb(75,197,218); }
div.DivClassName
{
background-color: #4BC5DA;
}
.BgClassName
{
background-color: #4BC5DA;
}
</style>
border-color css
<style>
span { border-color: #4BC5DA; }
span { border-color: rgb(75,197,218); }
td.TdClassName
{
border-color: #4BC5DA;
}
.TagClassName
{
border-color: #4BC5DA;
}
</style>