#4BD9EC

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

Shades of Turquoise Blue #4BD9EC

Tints of Turquoise Blue #4BD9EC

Color information

#4BD9EC (or 0x4BD9EC) is unknown color: approx Turquoise Blue. HEX triplet: 4B, D9 and EC. RGB value is (75,217,236). Sum of RGB (Red+Green+Blue) = 75+217+236=528 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.20% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #4BD9EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BD9EC is #B42613. Grayscale: #B0B0B0. Windows color (decimal): -11806228 or 15522123. OLE color: 15522123.

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

Color convert

RGB75217236-
CMYK0.680.0800.07
HSL187.08º80.9%60.98%-
HSV(B)187.08º68.22%92.55%-
XYZ42.8557.1888.13-
YUV176.71161.4655.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.20%
GREEN value IS 217 (85.16% from 255) = 41.10%
BLUE value IS 236 (92.58% from 255) = 44.70%
R=14.20%
G=41.10%
B=44.70%

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
Decimal752172360.680.0800.07187.0880.960.98
Hex4BD9EC44807bb513d
Octal113331354104100727312175
Binary10010111101100111101100100010010000111101110111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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