Shades of Turquoise Blue #4BCCFA
Tints of Turquoise Blue #4BCCFA
RGB
CMYK
RGB Variations
Color information
#4BCCFA (or 0x4BCCFA) is known color: Turquoise Blue. HEX triplet: 4B, CC and FA. RGB value is (75,204,250). Sum of RGB (Red+Green+Blue) = 75+204+250=529 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.18% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #4BCCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCCFA is #B43305. Grayscale: #AAAAAA. Windows color (decimal): -11809542 or 16436299. OLE color: 16436299.
HSL color Cylindrical-coordinate representation of color #4BCCFA: hue angle of 195.77º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BCCFA is Cyan = 0.7, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 204 | 250 | - |
| CMYK | 0.7 | 0.18 | 0 | 0.02 |
| HSL | 195.77º | 0.95% | 0.64% | - |
| HSV(B) | 195.77º | 0.7% | 0.98% | - |
| XYZ | 41.75 | 51.58 | 98.2 | - |
| YUV | 170.67 | 172.76 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 204 | 250 | 0.7 | 0.18 | 0 | 0.02 | 195.77 | 0.95 | 0.64 |
| Hex | 4B | CC | FA | 46 | 12 | 0 | 2 | C4 | 5F | 40 |
| Octal | 113 | 314 | 372 | 106 | 22 | 0 | 2 | 304 | 137 | 100 |
| Binary | 1001011 | 11001100 | 11111010 | 1000110 | 10010 | 0 | 10 | 11000100 | 1011111 | 1000000 |
Color Harmonies of #4BCCFA
Complementary color
Monochromatic Colors of #4BCCFA
Black with #4BCCFA
Text Example
Text Example
White with #4BCCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCCFA; }
p { color: rgb(75,204,250); }
H1.HeaderClassName
{
color: #4BCCFA;
}
.AnyTagClassName
{
color: #4BCCFA;
}
</style>
background-color css
<style>
a { background-color: #4BCCFA; }
a { background-color: rgb(75,204,250); }
div.DivClassName
{
background-color: #4BCCFA;
}
.BgClassName
{
background-color: #4BCCFA;
}
</style>
border-color css
<style>
span { border-color: #4BCCFA; }
span { border-color: rgb(75,204,250); }
td.TdClassName
{
border-color: #4BCCFA;
}
.TagClassName
{
border-color: #4BCCFA;
}
</style>