#4BCED3

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

Shades of Medium Turquoise #4BCED3

Tints of Medium Turquoise #4BCED3

Color information

#4BCED3 (or 0x4BCED3) is unknown color: approx Medium Turquoise. HEX triplet: 4B, CE and D3. RGB value is (75,206,211). Sum of RGB (Red+Green+Blue) = 75+206+211=492 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.24% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 211 (82.81% from 255 or 42.89% from 492); Max value from RGB is 211 - color contains mainly: blue. Hex color #4BCED3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCED3 is #B4312C. Grayscale: #A7A7A7. Windows color (decimal): -11809069 or 13880907. OLE color: 13880907.

HSL color Cylindrical-coordinate representation of color #4BCED3: hue angle of 182.21º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCED3 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB75206211-
CMYK0.640.0200.17
HSL182.21º60.71%56.08%-
HSV(B)182.21º64.45%82.75%-
XYZ36.7350.3469.41-
YUV167.4152.662.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.24%
GREEN value IS 206 (80.86% from 255) = 41.87%
BLUE value IS 211 (82.81% from 255) = 42.89%
R=15.24%
G=41.87%
B=42.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal752062110.640.0200.17182.2160.7156.08
Hex4BCED3402011b63d38
Octal11331632310020212667570
Binary1001011110011101101001110000001001000110110110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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