Shades of Turquoise Blue #4CCCEF
Tints of Turquoise Blue #4CCCEF
RGB
CMYK
RGB Variations
Color information
#4CCCEF (or 0x4CCCEF) is known color: Turquoise Blue. HEX triplet: 4C, CC and EF. RGB value is (76,204,239). Sum of RGB (Red+Green+Blue) = 76+204+239=519 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.64% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #4CCCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCCEF is #B33310. Grayscale: #A9A9A9. Windows color (decimal): -11744017 or 15715404. OLE color: 15715404.
HSL color Cylindrical-coordinate representation of color #4CCCEF: hue angle of 192.88º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CCCEF is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 204 | 239 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.06 |
| HSL | 192.88º | 0.84% | 0.62% | - |
| HSV(B) | 192.88º | 0.68% | 0.94% | - |
| XYZ | 40.15 | 50.95 | 89.38 | - |
| YUV | 169.72 | 167.09 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 239 | 0.68 | 0.15 | 0 | 0.06 | 192.88 | 0.84 | 0.62 |
| Hex | 4C | CC | EF | 44 | F | 0 | 6 | C1 | 54 | 3E |
| Octal | 114 | 314 | 357 | 104 | 17 | 0 | 6 | 301 | 124 | 76 |
| Binary | 1001100 | 11001100 | 11101111 | 1000100 | 1111 | 0 | 110 | 11000001 | 1010100 | 111110 |
Color Harmonies of #4CCCEF
Complementary color
Monochromatic Colors of #4CCCEF
Black with #4CCCEF
Text Example
Text Example
White with #4CCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCEF; }
p { color: rgb(76,204,239); }
H1.HeaderClassName
{
color: #4CCCEF;
}
.AnyTagClassName
{
color: #4CCCEF;
}
</style>
background-color css
<style>
a { background-color: #4CCCEF; }
a { background-color: rgb(76,204,239); }
div.DivClassName
{
background-color: #4CCCEF;
}
.BgClassName
{
background-color: #4CCCEF;
}
</style>
border-color css
<style>
span { border-color: #4CCCEF; }
span { border-color: rgb(76,204,239); }
td.TdClassName
{
border-color: #4CCCEF;
}
.TagClassName
{
border-color: #4CCCEF;
}
</style>