Shades of Medium Turquoise #4CC8DB
Tints of Medium Turquoise #4CC8DB
RGB
CMYK
RGB Variations
Color information
#4CC8DB (or 0x4CC8DB) is known color: Medium Turquoise. HEX triplet: 4C, C8 and DB. RGB value is (76,200,219). Sum of RGB (Red+Green+Blue) = 76+200+219=495 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.35% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #4CC8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC8DB is #B33724. Grayscale: #A4A4A4. Windows color (decimal): -11745061 or 14403660. OLE color: 14403660.
HSL color Cylindrical-coordinate representation of color #4CC8DB: hue angle of 187.97º 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 #4CC8DB is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 200 | 219 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.14 |
| HSL | 187.97º | 0.67% | 0.58% | - |
| HSV(B) | 187.97º | 0.65% | 0.86% | - |
| XYZ | 36.42 | 47.96 | 74.36 | - |
| YUV | 165.09 | 158.42 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 200 | 219 | 0.65 | 0.09 | 0 | 0.14 | 187.97 | 0.67 | 0.58 |
| Hex | 4C | C8 | DB | 41 | 9 | 0 | E | BC | 43 | 3A |
| Octal | 114 | 310 | 333 | 101 | 11 | 0 | 16 | 274 | 103 | 72 |
| Binary | 1001100 | 11001000 | 11011011 | 1000001 | 1001 | 0 | 1110 | 10111100 | 1000011 | 111010 |
Color Harmonies of #4CC8DB
Complementary color
Monochromatic Colors of #4CC8DB
Black with #4CC8DB
Text Example
Text Example
White with #4CC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC8DB; }
p { color: rgb(76,200,219); }
H1.HeaderClassName
{
color: #4CC8DB;
}
.AnyTagClassName
{
color: #4CC8DB;
}
</style>
background-color css
<style>
a { background-color: #4CC8DB; }
a { background-color: rgb(76,200,219); }
div.DivClassName
{
background-color: #4CC8DB;
}
.BgClassName
{
background-color: #4CC8DB;
}
</style>
border-color css
<style>
span { border-color: #4CC8DB; }
span { border-color: rgb(76,200,219); }
td.TdClassName
{
border-color: #4CC8DB;
}
.TagClassName
{
border-color: #4CC8DB;
}
</style>