Shades of Turquoise Blue #4CDBEA
Tints of Turquoise Blue #4CDBEA
RGB
CMYK
RGB Variations
Color information
#4CDBEA (or 0x4CDBEA) is known color: Turquoise Blue. HEX triplet: 4C, DB and EA. RGB value is (76,219,234). Sum of RGB (Red+Green+Blue) = 76+219+234=529 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.37% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #4CDBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CDBEA is #B32415. Grayscale: #B1B1B1. Windows color (decimal): -11740182 or 15391564. OLE color: 15391564.
HSL color Cylindrical-coordinate representation of color #4CDBEA: hue angle of 185.7º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CDBEA is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 219 | 234 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.08 |
| HSL | 185.7º | 0.79% | 0.61% | - |
| HSV(B) | 185.7º | 0.68% | 0.92% | - |
| XYZ | 43.16 | 58.14 | 86.79 | - |
| YUV | 177.95 | 159.62 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 219 | 234 | 0.68 | 0.06 | 0 | 0.08 | 185.7 | 0.79 | 0.61 |
| Hex | 4C | DB | EA | 44 | 6 | 0 | 8 | BA | 4F | 3D |
| Octal | 114 | 333 | 352 | 104 | 6 | 0 | 10 | 272 | 117 | 75 |
| Binary | 1001100 | 11011011 | 11101010 | 1000100 | 110 | 0 | 1000 | 10111010 | 1001111 | 111101 |
Color Harmonies of #4CDBEA
Complementary color
Monochromatic Colors of #4CDBEA
Black with #4CDBEA
Text Example
Text Example
White with #4CDBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDBEA; }
p { color: rgb(76,219,234); }
H1.HeaderClassName
{
color: #4CDBEA;
}
.AnyTagClassName
{
color: #4CDBEA;
}
</style>
background-color css
<style>
a { background-color: #4CDBEA; }
a { background-color: rgb(76,219,234); }
div.DivClassName
{
background-color: #4CDBEA;
}
.BgClassName
{
background-color: #4CDBEA;
}
</style>
border-color css
<style>
span { border-color: #4CDBEA; }
span { border-color: rgb(76,219,234); }
td.TdClassName
{
border-color: #4CDBEA;
}
.TagClassName
{
border-color: #4CDBEA;
}
</style>