Shades of Medium Turquoise #4CCBDD
Tints of Medium Turquoise #4CCBDD
RGB
CMYK
RGB Variations
Color information
#4CCBDD (or 0x4CCBDD) is known color: Medium Turquoise. HEX triplet: 4C, CB and DD. RGB value is (76,203,221). Sum of RGB (Red+Green+Blue) = 76+203+221=500 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.2% from 500); Green value is 203 (79.69% from 255 or 40.6% 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 #4CCBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCBDD is #B33422. Grayscale: #A6A6A6. Windows color (decimal): -11744291 or 14535500. OLE color: 14535500.
HSL color Cylindrical-coordinate representation of color #4CCBDD: hue angle of 187.45º 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 #4CCBDD is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 203 | 221 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.13 |
| HSL | 187.45º | 0.68% | 0.58% | - |
| HSV(B) | 187.45º | 0.66% | 0.87% | - |
| XYZ | 37.39 | 49.47 | 75.98 | - |
| YUV | 167.08 | 158.42 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 221 | 0.66 | 0.08 | 0 | 0.13 | 187.45 | 0.68 | 0.58 |
| Hex | 4C | CB | DD | 42 | 8 | 0 | D | BB | 44 | 3A |
| Octal | 114 | 313 | 335 | 102 | 10 | 0 | 15 | 273 | 104 | 72 |
| Binary | 1001100 | 11001011 | 11011101 | 1000010 | 1000 | 0 | 1101 | 10111011 | 1000100 | 111010 |
Color Harmonies of #4CCBDD
Complementary color
Monochromatic Colors of #4CCBDD
Black with #4CCBDD
Text Example
Text Example
White with #4CCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCBDD; }
p { color: rgb(76,203,221); }
H1.HeaderClassName
{
color: #4CCBDD;
}
.AnyTagClassName
{
color: #4CCBDD;
}
</style>
background-color css
<style>
a { background-color: #4CCBDD; }
a { background-color: rgb(76,203,221); }
div.DivClassName
{
background-color: #4CCBDD;
}
.BgClassName
{
background-color: #4CCBDD;
}
</style>
border-color css
<style>
span { border-color: #4CCBDD; }
span { border-color: rgb(76,203,221); }
td.TdClassName
{
border-color: #4CCBDD;
}
.TagClassName
{
border-color: #4CCBDD;
}
</style>