Shades of Turquoise Blue #4BCCEE
Tints of Turquoise Blue #4BCCEE
RGB
CMYK
RGB Variations
Color information
#4BCCEE (or 0x4BCCEE) is known color: Turquoise Blue. HEX triplet: 4B, CC and EE. RGB value is (75,204,238). Sum of RGB (Red+Green+Blue) = 75+204+238=517 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.51% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #4BCCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCCEE is #B43311. Grayscale: #A9A9A9. Windows color (decimal): -11809554 or 15649867. OLE color: 15649867.
HSL color Cylindrical-coordinate representation of color #4BCCEE: hue angle of 192.52º degrees, saturation: 0.83, 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 #4BCCEE is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 204 | 238 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.07 |
| HSL | 192.52º | 0.83% | 0.61% | - |
| HSV(B) | 192.52º | 0.68% | 0.93% | - |
| XYZ | 39.93 | 50.85 | 88.6 | - |
| YUV | 169.31 | 166.76 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 204 | 238 | 0.68 | 0.14 | 0 | 0.07 | 192.52 | 0.83 | 0.61 |
| Hex | 4B | CC | EE | 44 | E | 0 | 7 | C1 | 53 | 3D |
| Octal | 113 | 314 | 356 | 104 | 16 | 0 | 7 | 301 | 123 | 75 |
| Binary | 1001011 | 11001100 | 11101110 | 1000100 | 1110 | 0 | 111 | 11000001 | 1010011 | 111101 |
Color Harmonies of #4BCCEE
Complementary color
Monochromatic Colors of #4BCCEE
Black with #4BCCEE
Text Example
Text Example
White with #4BCCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCCEE; }
p { color: rgb(75,204,238); }
H1.HeaderClassName
{
color: #4BCCEE;
}
.AnyTagClassName
{
color: #4BCCEE;
}
</style>
background-color css
<style>
a { background-color: #4BCCEE; }
a { background-color: rgb(75,204,238); }
div.DivClassName
{
background-color: #4BCCEE;
}
.BgClassName
{
background-color: #4BCCEE;
}
</style>
border-color css
<style>
span { border-color: #4BCCEE; }
span { border-color: rgb(75,204,238); }
td.TdClassName
{
border-color: #4BCCEE;
}
.TagClassName
{
border-color: #4BCCEE;
}
</style>