Shades of Medium Turquoise #4BCCDD
Tints of Medium Turquoise #4BCCDD
RGB
CMYK
RGB Variations
Color information
#4BCCDD (or 0x4BCCDD) is known color: Medium Turquoise. HEX triplet: 4B, CC and DD. RGB value is (75,204,221). Sum of RGB (Red+Green+Blue) = 75+204+221=500 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #4BCCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCCDD is #B43322. Grayscale: #A7A7A7. Windows color (decimal): -11809571 or 14535755. OLE color: 14535755.
HSL color Cylindrical-coordinate representation of color #4BCCDD: hue angle of 186.99º 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 #4BCCDD is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 204 | 221 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.13 |
| HSL | 186.99º | 0.68% | 0.58% | - |
| HSV(B) | 186.99º | 0.66% | 0.87% | - |
| XYZ | 37.55 | 49.9 | 76.06 | - |
| YUV | 167.37 | 158.26 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 204 | 221 | 0.66 | 0.08 | 0 | 0.13 | 186.99 | 0.68 | 0.58 |
| Hex | 4B | CC | DD | 42 | 8 | 0 | D | BB | 44 | 3A |
| Octal | 113 | 314 | 335 | 102 | 10 | 0 | 15 | 273 | 104 | 72 |
| Binary | 1001011 | 11001100 | 11011101 | 1000010 | 1000 | 0 | 1101 | 10111011 | 1000100 | 111010 |
Color Harmonies of #4BCCDD
Complementary color
Monochromatic Colors of #4BCCDD
Black with #4BCCDD
Text Example
Text Example
White with #4BCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCCDD; }
p { color: rgb(75,204,221); }
H1.HeaderClassName
{
color: #4BCCDD;
}
.AnyTagClassName
{
color: #4BCCDD;
}
</style>
background-color css
<style>
a { background-color: #4BCCDD; }
a { background-color: rgb(75,204,221); }
div.DivClassName
{
background-color: #4BCCDD;
}
.BgClassName
{
background-color: #4BCCDD;
}
</style>
border-color css
<style>
span { border-color: #4BCCDD; }
span { border-color: rgb(75,204,221); }
td.TdClassName
{
border-color: #4BCCDD;
}
.TagClassName
{
border-color: #4BCCDD;
}
</style>