Html Css Color HEX #4DC8CE Medium Turquoise

📋 copy color: '#4DC8CE'

red 77 ◦ green 200 ◦ blue 206

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

Shades of Medium Turquoise #4DC8CE

Tints of Medium Turquoise #4DC8CE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.41%

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

R = 15.94%
G = 41.41%
B = 42.65%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4DC8CE (or 0x4DC8CE) is known color: Medium Turquoise. HEX triplet: 4D, C8 and CE. RGB value is (77,200,206). Sum of RGB (Red+Green+Blue) = 77+200+206=483 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.94% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #4DC8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC8CE is #B23731. Grayscale: #A3A3A3. Windows color (decimal): -11679538 or 13551693. OLE color: 13551693.

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

Color convert

RGB 77 200 206 -
CMYK 0.63 0.03 0 0.19
HSL 182.79º 0.57% 0.55% -
HSV(B) 182.79º 0.63% 0.81% -
XYZ 34.86 47.34 65.69 -
YUV 163.91 151.75 66.01 -
System Red Green Blue C M Y K H S L
Decimal 77 200 206 0.63 0.03 0 0.19 182.79 0.57 0.55
Hex 4D C8 CE 3F 3 0 13 B7 39 37
Octal 115 310 316 77 3 0 23 267 71 67
Binary 1001101 11001000 11001110 111111 11 0 10011 10110111 111001 110111

Color Harmonies of #4DC8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC8CE

Black with #4DC8CE

Text Example


Text Example

White with #4DC8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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