#4BC4DE

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

Shades of Medium Turquoise #4BC4DE

Tints of Medium Turquoise #4BC4DE

Color information

#4BC4DE (or 0x4BC4DE) is unknown color: approx Medium Turquoise. HEX triplet: 4B, C4 and DE. RGB value is (75,196,222). Sum of RGB (Red+Green+Blue) = 75+196+222=493 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.21% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #4BC4DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC4DE is #B43B21. Grayscale: #A2A2A2. Windows color (decimal): -11811618 or 14599243. OLE color: 14599243.

HSL color Cylindrical-coordinate representation of color #4BC4DE: hue angle of 190.61º 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 #4BC4DE is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB75196222-
CMYK0.660.1200.13
HSL190.61º69.01%58.24%-
HSV(B)190.61º66.22%87.06%-
XYZ35.8346.2576.15-
YUV162.78161.4165.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.21%
GREEN value IS 196 (76.95% from 255) = 39.76%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=15.21%
G=39.76%
B=45.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal751962220.660.1200.13190.6169.0158.24
Hex4BC4DE42C0Dbf453a
Octal1133043361021401527710572
Binary100101111000100110111101000010110001101101111111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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