#4BD3FB

Color #4BD3FB Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #4BD3FB

Tints of Turquoise Blue #4BD3FB

Color information

#4BD3FB (or 0x4BD3FB) is unknown color: approx Turquoise Blue. HEX triplet: 4B, D3 and FB. RGB value is (75,211,251). Sum of RGB (Red+Green+Blue) = 75+211+251=537 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.97% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #4BD3FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BD3FB is #B42C04. Grayscale: #AEAEAE. Windows color (decimal): -11807749 or 16503627. OLE color: 16503627.

HSL color Cylindrical-coordinate representation of color #4BD3FB: hue angle of 193.64º degrees, saturation: 0.96, 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 #4BD3FB is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB75211251-
CMYK0.700.1600.02
HSL193.64º95.65%63.92%-
HSV(B)193.64º70.12%98.43%-
XYZ43.6155.0599.59-
YUV174.9170.9456.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 13.97%
GREEN value IS 211 (82.81% from 255) = 39.29%
BLUE value IS 251 (98.44% from 255) = 46.74%
R=13.97%
G=39.29%
B=46.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal752112510.700.1600.02193.6495.6563.92
Hex4BD3FB461002c26040
Octal1133233731062002302140100
Binary100101111010011111110111000110100000101100001011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BD3FB; }

 p { color: rgb(75,211,251); }

 H1.HeaderClassName
 {
   color: #4BD3FB;
 }
 .AnyTagClassName
 {
   color: #4BD3FB;
 }
</style>
background-color css

<style>
 a { background-color: #4BD3FB; }

 a { background-color: rgb(75,211,251); }

 div.DivClassName
 {
   background-color: #4BD3FB;
 }
 .BgClassName
 {
   background-color: #4BD3FB;
 }
</style>
border-color css

<style>
 span { border-color: #4BD3FB; }

 span { border-color: rgb(75,211,251); }

 td.TdClassName
 {
   border-color: #4BD3FB;
 }
 .TagClassName
 {
   border-color: #4BD3FB;
 }
</style>