Html Css Color HEX #4DC3CE Medium Turquoise

📋 copy color: '#4DC3CE'

red 77 ◦ green 195 ◦ blue 206

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

Shades of Medium Turquoise #4DC3CE

Tints of Medium Turquoise #4DC3CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 16.11%
G = 40.79%
B = 43.1%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4DC3CE (or 0x4DC3CE) is known color: Medium Turquoise. HEX triplet: 4D, C3 and CE. RGB value is (77,195,206). Sum of RGB (Red+Green+Blue) = 77+195+206=478 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.11% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #4DC3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC3CE is #B23C31. Grayscale: #A0A0A0. Windows color (decimal): -11680818 or 13550413. OLE color: 13550413.

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

Color convert

RGB 77 195 206 -
CMYK 0.63 0.05 0 0.19
HSL 185.12º 0.57% 0.55% -
HSV(B) 185.12º 0.63% 0.81% -
XYZ 33.72 45.06 65.31 -
YUV 160.97 153.41 68.11 -
System Red Green Blue C M Y K H S L
Decimal 77 195 206 0.63 0.05 0 0.19 185.12 0.57 0.55
Hex 4D C3 CE 3F 5 0 13 B9 39 37
Octal 115 303 316 77 5 0 23 271 71 67
Binary 1001101 11000011 11001110 111111 101 0 10011 10111001 111001 110111

Color Harmonies of #4DC3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC3CE

Black with #4DC3CE

Text Example


Text Example

White with #4DC3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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