Shades of Turquoise Blue #4CCEEB
Tints of Turquoise Blue #4CCEEB
RGB
CMYK
RGB Variations
Color information
#4CCEEB (or 0x4CCEEB) is known color: Turquoise Blue. HEX triplet: 4C, CE and EB. RGB value is (76,206,235). Sum of RGB (Red+Green+Blue) = 76+206+235=517 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.70% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #4CCEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCEEB is #B33114. Grayscale: #AAAAAA. Windows color (decimal): -11743509 or 15453772. OLE color: 15453772.
HSL color Cylindrical-coordinate representation of color #4CCEEB: hue angle of 190.94º 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 #4CCEEB is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 206 | 235 | - |
| CMYK | 0.68 | 0.12 | 0 | 0.08 |
| HSL | 190.94º | 0.8% | 0.61% | - |
| HSV(B) | 190.94º | 0.68% | 0.92% | - |
| XYZ | 40.05 | 51.68 | 86.46 | - |
| YUV | 170.44 | 164.43 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 206 | 235 | 0.68 | 0.12 | 0 | 0.08 | 190.94 | 0.8 | 0.61 |
| Hex | 4C | CE | EB | 44 | C | 0 | 8 | BF | 50 | 3D |
| Octal | 114 | 316 | 353 | 104 | 14 | 0 | 10 | 277 | 120 | 75 |
| Binary | 1001100 | 11001110 | 11101011 | 1000100 | 1100 | 0 | 1000 | 10111111 | 1010000 | 111101 |
Color Harmonies of #4CCEEB
Complementary color
Monochromatic Colors of #4CCEEB
Black with #4CCEEB
Text Example
Text Example
White with #4CCEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCEEB; }
p { color: rgb(76,206,235); }
H1.HeaderClassName
{
color: #4CCEEB;
}
.AnyTagClassName
{
color: #4CCEEB;
}
</style>
background-color css
<style>
a { background-color: #4CCEEB; }
a { background-color: rgb(76,206,235); }
div.DivClassName
{
background-color: #4CCEEB;
}
.BgClassName
{
background-color: #4CCEEB;
}
</style>
border-color css
<style>
span { border-color: #4CCEEB; }
span { border-color: rgb(76,206,235); }
td.TdClassName
{
border-color: #4CCEEB;
}
.TagClassName
{
border-color: #4CCEEB;
}
</style>