Html Css Color HEX #4DC3CB Medium Turquoise

📋 copy color: '#4DC3CB'

red 77 ◦ green 195 ◦ blue 203

#4DC3CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #4DC3CB

Tints of Medium Turquoise #4DC3CB

RGB

 RED value IS 77 (30.47% from 255) = 16.21%

 GREEN value IS 195 (76.56% from 255) = 41.05%

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 16.21%
G = 41.05%
B = 42.74%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4DC3CB (or 0x4DC3CB) is known color: Medium Turquoise. HEX triplet: 4D, C3 and CB. RGB value is (77,195,203). Sum of RGB (Red+Green+Blue) = 77+195+203=475 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.21% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #4DC3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC3CB is #B23C34. Grayscale: #A0A0A0. Windows color (decimal): -11680821 or 13353805. OLE color: 13353805.

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

Color convert

RGB 77 195 203 -
CMYK 0.62 0.04 0 0.20
HSL 183.81º 0.55% 0.55% -
HSV(B) 183.81º 0.62% 0.8% -
XYZ 33.36 44.92 63.41 -
YUV 160.63 151.91 68.35 -
System Red Green Blue C M Y K H S L
Decimal 77 195 203 0.62 0.04 0 0.20 183.81 0.55 0.55
Hex 4D C3 CB 3E 4 0 14 B8 37 37
Octal 115 303 313 76 4 0 24 270 67 67
Binary 1001101 11000011 11001011 111110 100 0 10100 10111000 110111 110111

Color Harmonies of #4DC3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC3CB

Black with #4DC3CB

Text Example


Text Example

White with #4DC3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,195,203); }

 H1.HeaderClassName
 {
   color: #4DC3CB;
 }
 .AnyTagClassName
 {
   color: #4DC3CB;
 }
</style>

background-color css

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

 a { background-color: rgb(77,195,203); }

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

border-color css

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

 span { border-color: rgb(77,195,203); }

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