#4BC5DE

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

Shades of Medium Turquoise #4BC5DE

Tints of Medium Turquoise #4BC5DE

Color information

#4BC5DE (or 0x4BC5DE) is unknown color: approx Medium Turquoise. HEX triplet: 4B, C5 and DE. RGB value is (75,197,222). Sum of RGB (Red+Green+Blue) = 75+197+222=494 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.18% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #4BC5DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC5DE is #B43A21. Grayscale: #A3A3A3. Windows color (decimal): -11811362 or 14599499. OLE color: 14599499.

HSL color Cylindrical-coordinate representation of color #4BC5DE: hue angle of 190.2º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BC5DE is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB75197222-
CMYK0.660.1100.13
HSL190.2º69.01%58.24%-
HSV(B)190.2º66.22%87.06%-
XYZ36.0546.776.22-
YUV163.37161.0864.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.18%
GREEN value IS 197 (77.34% from 255) = 39.88%
BLUE value IS 222 (87.11% from 255) = 44.94%
R=15.18%
G=39.88%
B=44.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal751972220.660.1100.13190.269.0158.24
Hex4BC5DE42B0Dbe453a
Octal1133053361021301527610572
Binary100101111000101110111101000010101101101101111101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,197,222); }

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

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

 a { background-color: rgb(75,197,222); }

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

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

 span { border-color: rgb(75,197,222); }

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