Shades of Medium Turquoise #4CCBDC
Tints of Medium Turquoise #4CCBDC
RGB
CMYK
RGB Variations
Color information
#4CCBDC (or 0x4CCBDC) is known color: Medium Turquoise. HEX triplet: 4C, CB and DC. RGB value is (76,203,220). Sum of RGB (Red+Green+Blue) = 76+203+220=499 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.23% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #4CCBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCBDC is #B33423. Grayscale: #A6A6A6. Windows color (decimal): -11744292 or 14469964. OLE color: 14469964.
HSL color Cylindrical-coordinate representation of color #4CCBDC: hue angle of 187.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CCBDC is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 203 | 220 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.14 |
| HSL | 187.08º | 0.67% | 0.58% | - |
| HSV(B) | 187.08º | 0.65% | 0.86% | - |
| XYZ | 37.25 | 49.42 | 75.28 | - |
| YUV | 166.97 | 157.92 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 220 | 0.65 | 0.08 | 0 | 0.14 | 187.08 | 0.67 | 0.58 |
| Hex | 4C | CB | DC | 41 | 8 | 0 | E | BB | 43 | 3A |
| Octal | 114 | 313 | 334 | 101 | 10 | 0 | 16 | 273 | 103 | 72 |
| Binary | 1001100 | 11001011 | 11011100 | 1000001 | 1000 | 0 | 1110 | 10111011 | 1000011 | 111010 |
Color Harmonies of #4CCBDC
Complementary color
Monochromatic Colors of #4CCBDC
Black with #4CCBDC
Text Example
Text Example
White with #4CCBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCBDC; }
p { color: rgb(76,203,220); }
H1.HeaderClassName
{
color: #4CCBDC;
}
.AnyTagClassName
{
color: #4CCBDC;
}
</style>
background-color css
<style>
a { background-color: #4CCBDC; }
a { background-color: rgb(76,203,220); }
div.DivClassName
{
background-color: #4CCBDC;
}
.BgClassName
{
background-color: #4CCBDC;
}
</style>
border-color css
<style>
span { border-color: #4CCBDC; }
span { border-color: rgb(76,203,220); }
td.TdClassName
{
border-color: #4CCBDC;
}
.TagClassName
{
border-color: #4CCBDC;
}
</style>