Shades of Medium Turquoise #4BC4DD
Tints of Medium Turquoise #4BC4DD
RGB
CMYK
RGB Variations
Color information
#4BC4DD (or 0x4BC4DD) is known color: Medium Turquoise. HEX triplet: 4B, C4 and DD. RGB value is (75,196,221). Sum of RGB (Red+Green+Blue) = 75+196+221=492 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.24% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #4BC4DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC4DD is #B43B22. Grayscale: #A2A2A2. Windows color (decimal): -11811619 or 14533707. OLE color: 14533707.
HSL color Cylindrical-coordinate representation of color #4BC4DD: hue angle of 190.27º degrees, saturation: 0.68, 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 #4BC4DD is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 196 | 221 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.13 |
| HSL | 190.27º | 0.68% | 0.58% | - |
| HSV(B) | 190.27º | 0.66% | 0.87% | - |
| XYZ | 35.69 | 46.2 | 75.44 | - |
| YUV | 162.67 | 160.91 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 196 | 221 | 0.66 | 0.11 | 0 | 0.13 | 190.27 | 0.68 | 0.58 |
| Hex | 4B | C4 | DD | 42 | B | 0 | D | BE | 44 | 3A |
| Octal | 113 | 304 | 335 | 102 | 13 | 0 | 15 | 276 | 104 | 72 |
| Binary | 1001011 | 11000100 | 11011101 | 1000010 | 1011 | 0 | 1101 | 10111110 | 1000100 | 111010 |
Color Harmonies of #4BC4DD
Complementary color
Monochromatic Colors of #4BC4DD
Black with #4BC4DD
Text Example
Text Example
White with #4BC4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC4DD; }
p { color: rgb(75,196,221); }
H1.HeaderClassName
{
color: #4BC4DD;
}
.AnyTagClassName
{
color: #4BC4DD;
}
</style>
background-color css
<style>
a { background-color: #4BC4DD; }
a { background-color: rgb(75,196,221); }
div.DivClassName
{
background-color: #4BC4DD;
}
.BgClassName
{
background-color: #4BC4DD;
}
</style>
border-color css
<style>
span { border-color: #4BC4DD; }
span { border-color: rgb(75,196,221); }
td.TdClassName
{
border-color: #4BC4DD;
}
.TagClassName
{
border-color: #4BC4DD;
}
</style>