#4BC6E1

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

Shades of Medium Turquoise #4BC6E1

Tints of Medium Turquoise #4BC6E1

Color information

#4BC6E1 (or 0x4BC6E1) is unknown color: approx Medium Turquoise. HEX triplet: 4B, C6 and E1. RGB value is (75,198,225). Sum of RGB (Red+Green+Blue) = 75+198+225=498 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.06% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #4BC6E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC6E1 is #B4391E. Grayscale: #A4A4A4. Windows color (decimal): -11811103 or 14796363. OLE color: 14796363.

HSL color Cylindrical-coordinate representation of color #4BC6E1: hue angle of 190.8º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BC6E1 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB75198225-
CMYK0.670.1200.12
HSL190.8º71.43%58.82%-
HSV(B)190.8º66.67%88.24%-
XYZ36.6947.3278.43-
YUV164.3162.2564.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.06%
GREEN value IS 198 (77.73% from 255) = 39.76%
BLUE value IS 225 (88.28% from 255) = 45.18%
R=15.06%
G=39.76%
B=45.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal751982250.670.1200.12190.871.4358.82
Hex4BC6E143C0Cbf473b
Octal1133063411031401427710773
Binary100101111000110111000011000011110001100101111111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,198,225); }

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

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

 a { background-color: rgb(75,198,225); }

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

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

 span { border-color: rgb(75,198,225); }

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