Shades of Turquoise Blue #4CCFEB
Tints of Turquoise Blue #4CCFEB
RGB
CMYK
RGB Variations
Color information
#4CCFEB (or 0x4CCFEB) is known color: Turquoise Blue. HEX triplet: 4C, CF and EB. RGB value is (76,207,235). Sum of RGB (Red+Green+Blue) = 76+207+235=518 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.67% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #4CCFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCFEB is #B33014. Grayscale: #AAAAAA. Windows color (decimal): -11743253 or 15454028. OLE color: 15454028.
HSL color Cylindrical-coordinate representation of color #4CCFEB: hue angle of 190.57º degrees, saturation: 0.8, 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 #4CCFEB is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 207 | 235 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.08 |
| HSL | 190.57º | 0.8% | 0.61% | - |
| HSV(B) | 190.57º | 0.68% | 0.92% | - |
| XYZ | 40.29 | 52.16 | 86.54 | - |
| YUV | 171.02 | 164.1 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 235 | 0.68 | 0.12 | 0 | 0.08 | 190.57 | 0.8 | 0.61 |
| Hex | 4C | CF | EB | 44 | C | 0 | 8 | BF | 50 | 3D |
| Octal | 114 | 317 | 353 | 104 | 14 | 0 | 10 | 277 | 120 | 75 |
| Binary | 1001100 | 11001111 | 11101011 | 1000100 | 1100 | 0 | 1000 | 10111111 | 1010000 | 111101 |
Color Harmonies of #4CCFEB
Complementary color
Monochromatic Colors of #4CCFEB
Black with #4CCFEB
Text Example
Text Example
White with #4CCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCFEB; }
p { color: rgb(76,207,235); }
H1.HeaderClassName
{
color: #4CCFEB;
}
.AnyTagClassName
{
color: #4CCFEB;
}
</style>
background-color css
<style>
a { background-color: #4CCFEB; }
a { background-color: rgb(76,207,235); }
div.DivClassName
{
background-color: #4CCFEB;
}
.BgClassName
{
background-color: #4CCFEB;
}
</style>
border-color css
<style>
span { border-color: #4CCFEB; }
span { border-color: rgb(76,207,235); }
td.TdClassName
{
border-color: #4CCFEB;
}
.TagClassName
{
border-color: #4CCFEB;
}
</style>