Shades of Turquoise Blue #4BCCEF
Tints of Turquoise Blue #4BCCEF
RGB
CMYK
RGB Variations
Color information
#4BCCEF (or 0x4BCCEF) is known color: Turquoise Blue. HEX triplet: 4B, CC and EF. RGB value is (75,204,239). Sum of RGB (Red+Green+Blue) = 75+204+239=518 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.48% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #4BCCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCCEF is #B43310. Grayscale: #A9A9A9. Windows color (decimal): -11809553 or 15715403. OLE color: 15715403.
HSL color Cylindrical-coordinate representation of color #4BCCEF: hue angle of 192.8º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BCCEF is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 75 | 204 | 239 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.06 |
| HSL | 192.8º | 0.84% | 0.62% | - |
| HSV(B) | 192.8º | 0.69% | 0.94% | - |
| XYZ | 40.07 | 50.91 | 89.38 | - |
| YUV | 169.42 | 167.26 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 204 | 239 | 0.69 | 0.15 | 0 | 0.06 | 192.8 | 0.84 | 0.62 |
| Hex | 4B | CC | EF | 45 | F | 0 | 6 | C1 | 54 | 3E |
| Octal | 113 | 314 | 357 | 105 | 17 | 0 | 6 | 301 | 124 | 76 |
| Binary | 1001011 | 11001100 | 11101111 | 1000101 | 1111 | 0 | 110 | 11000001 | 1010100 | 111110 |
Color Harmonies of #4BCCEF
Complementary color
Monochromatic Colors of #4BCCEF
Black with #4BCCEF
Text Example
Text Example
White with #4BCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCCEF; }
p { color: rgb(75,204,239); }
H1.HeaderClassName
{
color: #4BCCEF;
}
.AnyTagClassName
{
color: #4BCCEF;
}
</style>
background-color css
<style>
a { background-color: #4BCCEF; }
a { background-color: rgb(75,204,239); }
div.DivClassName
{
background-color: #4BCCEF;
}
.BgClassName
{
background-color: #4BCCEF;
}
</style>
border-color css
<style>
span { border-color: #4BCCEF; }
span { border-color: rgb(75,204,239); }
td.TdClassName
{
border-color: #4BCCEF;
}
.TagClassName
{
border-color: #4BCCEF;
}
</style>