#4BDAEC

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

Shades of Turquoise Blue #4BDAEC

Tints of Turquoise Blue #4BDAEC

Color information

#4BDAEC (or 0x4BDAEC) is unknown color: approx Turquoise Blue. HEX triplet: 4B, DA and EC. RGB value is (75,218,236). Sum of RGB (Red+Green+Blue) = 75+218+236=529 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.18% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #4BDAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDAEC is #B42513. Grayscale: #B1B1B1. Windows color (decimal): -11805972 or 15522379. OLE color: 15522379.

HSL color Cylindrical-coordinate representation of color #4BDAEC: hue angle of 186.71º degrees, saturation: 0.81, 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 #4BDAEC is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB75218236-
CMYK0.680.0800.07
HSL186.71º80.9%60.98%-
HSV(B)186.71º68.22%92.55%-
XYZ43.1157.6988.22-
YUV177.3161.1255.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.18%
GREEN value IS 218 (85.55% from 255) = 41.21%
BLUE value IS 236 (92.58% from 255) = 44.61%
R=14.18%
G=41.21%
B=44.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal752182360.680.0800.07186.7180.960.98
Hex4BDAEC44807bb513d
Octal113332354104100727312175
Binary10010111101101011101100100010010000111101110111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,218,236); }

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

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

 a { background-color: rgb(75,218,236); }

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

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

 span { border-color: rgb(75,218,236); }

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