#4BCDC7

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

Shades of Medium Turquoise #4BCDC7

Tints of Medium Turquoise #4BCDC7

Color information

#4BCDC7 (or 0x4BCDC7) is unknown color: approx Medium Turquoise. HEX triplet: 4B, CD and C7. RGB value is (75,205,199). Sum of RGB (Red+Green+Blue) = 75+205+199=479 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.66% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCDC7 is #B43238. Grayscale: #A5A5A5. Windows color (decimal): -11809337 or 13094219. OLE color: 13094219.

HSL color Cylindrical-coordinate representation of color #4BCDC7: hue angle of 177.23º 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 #4BCDC7 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB75205199-
CMYK0.6300.030.20
HSL177.23º56.52%54.9%-
HSV(B)177.23º63.41%80.39%-
XYZ35.0449.2861.7-
YUV165.45146.9363.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.66%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 199 (78.12% from 255) = 41.54%
R=15.66%
G=42.80%
B=41.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal752051990.6300.030.20177.2356.5254.9
Hex4BCDC73F0314b13937
Octal1133153077703242617167
Binary100101111001101110001111111110111010010110001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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