#4cd3be

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

Shades of Medium Turquoise #4CD3BE

Tints of Medium Turquoise #4CD3BE

Color information

#4CD3BE (or 0x4CD3BE) is unknown color: approx Medium Turquoise. HEX triplet: 4C, D3 and BE. RGB value is (76,211,190). Sum of RGB (Red+Green+Blue) = 76+211+190=477 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.93% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 211 - color contains mainly: green. Hex color #4CD3BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD3BE is #B32C41. Grayscale: #A8A8A8. Windows color (decimal): -11742274 or 12505932. OLE color: 12505932.

HSL color Cylindrical-coordinate representation of color #4CD3BE: hue angle of 170.67º 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 #4CD3BE is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB76211190-
CMYK0.6400.100.17
HSL170.67º60.54%56.27%-
HSV(B)170.67º63.98%82.75%-
XYZ35.5751.8456.85-
YUV168.24140.2762.21-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.93%
GREEN value IS 211 (82.81% from 255) = 44.23%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=15.93%
G=44.23%
B=39.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal762111900.6400.100.17170.6760.5456.27
Hex4CD3BE400A11ab3d38
Octal114323276100012212537570
Binary100110011010011101111101000000010101000110101011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cd3be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,211,190); }

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

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

 a { background-color: rgb(76,211,190); }

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

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

 span { border-color: rgb(76,211,190); }

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