Shades of Turquoise Blue #4CCFEC
Tints of Turquoise Blue #4CCFEC
RGB
CMYK
RGB Variations
Color information
#4CCFEC (or 0x4CCFEC) is known color: Turquoise Blue. HEX triplet: 4C, CF and EC. RGB value is (76,207,236). Sum of RGB (Red+Green+Blue) = 76+207+236=519 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.64% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #4CCFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCFEC is #B33013. Grayscale: #AAAAAA. Windows color (decimal): -11743252 or 15519564. OLE color: 15519564.
HSL color Cylindrical-coordinate representation of color #4CCFEC: hue angle of 190.88º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CCFEC is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 207 | 236 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.07 |
| HSL | 190.88º | 0.81% | 0.61% | - |
| HSV(B) | 190.88º | 0.68% | 0.93% | - |
| XYZ | 40.43 | 52.22 | 87.3 | - |
| YUV | 171.14 | 164.6 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 236 | 0.68 | 0.12 | 0 | 0.07 | 190.88 | 0.81 | 0.61 |
| Hex | 4C | CF | EC | 44 | C | 0 | 7 | BF | 51 | 3D |
| Octal | 114 | 317 | 354 | 104 | 14 | 0 | 7 | 277 | 121 | 75 |
| Binary | 1001100 | 11001111 | 11101100 | 1000100 | 1100 | 0 | 111 | 10111111 | 1010001 | 111101 |
Color Harmonies of #4CCFEC
Complementary color
Monochromatic Colors of #4CCFEC
Black with #4CCFEC
Text Example
Text Example
White with #4CCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCFEC; }
p { color: rgb(76,207,236); }
H1.HeaderClassName
{
color: #4CCFEC;
}
.AnyTagClassName
{
color: #4CCFEC;
}
</style>
background-color css
<style>
a { background-color: #4CCFEC; }
a { background-color: rgb(76,207,236); }
div.DivClassName
{
background-color: #4CCFEC;
}
.BgClassName
{
background-color: #4CCFEC;
}
</style>
border-color css
<style>
span { border-color: #4CCFEC; }
span { border-color: rgb(76,207,236); }
td.TdClassName
{
border-color: #4CCFEC;
}
.TagClassName
{
border-color: #4CCFEC;
}
</style>