#4BCEDC

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

Shades of Medium Turquoise #4BCEDC

Tints of Medium Turquoise #4BCEDC

Color information

#4BCEDC (or 0x4BCEDC) is unknown color: approx Medium Turquoise. HEX triplet: 4B, CE and DC. RGB value is (75,206,220). Sum of RGB (Red+Green+Blue) = 75+206+220=501 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.97% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #4BCEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCEDC is #B43123. Grayscale: #A8A8A8. Windows color (decimal): -11809060 or 14470731. OLE color: 14470731.

HSL color Cylindrical-coordinate representation of color #4BCEDC: hue angle of 185.79º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BCEDC is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB75206220-
CMYK0.660.0600.14
HSL185.79º67.44%57.84%-
HSV(B)185.79º65.91%86.27%-
XYZ37.8950.8175.52-
YUV168.43157.161.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.97%
GREEN value IS 206 (80.86% from 255) = 41.12%
BLUE value IS 220 (86.33% from 255) = 43.91%
R=14.97%
G=41.12%
B=43.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal752062200.660.0600.14185.7967.4457.84
Hex4BCEDC4260Eba433a
Octal113316334102601627210372
Binary10010111100111011011100100001011001110101110101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,206,220); }

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

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

 a { background-color: rgb(75,206,220); }

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

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

 span { border-color: rgb(75,206,220); }

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