#4BCDCB

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

Shades of Medium Turquoise #4BCDCB

Tints of Medium Turquoise #4BCDCB

Color information

#4BCDCB (or 0x4BCDCB) is unknown color: approx Medium Turquoise. HEX triplet: 4B, CD and CB. RGB value is (75,205,203). Sum of RGB (Red+Green+Blue) = 75+205+203=483 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.53% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCDCB is #B43234. Grayscale: #A5A5A5. Windows color (decimal): -11809333 or 13356363. OLE color: 13356363.

HSL color Cylindrical-coordinate representation of color #4BCDCB: hue angle of 179.08º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCDCB is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB75205203-
CMYK0.6300.010.20
HSL179.08º56.52%54.9%-
HSV(B)179.08º63.41%80.39%-
XYZ35.5149.4764.18-
YUV165.9148.9363.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.53%
GREEN value IS 205 (80.47% from 255) = 42.44%
BLUE value IS 203 (79.69% from 255) = 42.03%
R=15.53%
G=42.44%
B=42.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal752052030.6300.010.20179.0856.5254.9
Hex4BCDCB3F0114b33937
Octal1133153137701242637167
Binary10010111100110111001011111111011010010110011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,205,203); }

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

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

 a { background-color: rgb(75,205,203); }

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

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

 span { border-color: rgb(75,205,203); }

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