Html Css Color HEX #4ED7CB Medium Turquoise

📋 copy color: '#4ED7CB'

red 78 ◦ green 215 ◦ blue 203

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

Shades of Medium Turquoise #4ED7CB

Tints of Medium Turquoise #4ED7CB

RGB

 RED value IS 78 (30.86% from 255) = 15.73%

 GREEN value IS 215 (84.38% from 255) = 43.35%

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

R = 15.73%
G = 43.35%
B = 40.93%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#4ED7CB (or 0x4ED7CB) is known color: Medium Turquoise. HEX triplet: 4E, D7 and CB. RGB value is (78,215,203). Sum of RGB (Red+Green+Blue) = 78+215+203=496 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.73% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #4ED7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED7CB is #B12834. Grayscale: #ACACAC. Windows color (decimal): -11610165 or 13358926. OLE color: 13358926.

HSL color Cylindrical-coordinate representation of color #4ED7CB: hue angle of 174.74º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ED7CB is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 78 215 203 -
CMYK 0.64 0 0.06 0.16
HSL 174.74º 0.63% 0.57% -
HSV(B) 174.74º 0.64% 0.84% -
XYZ 38.22 54.53 65.01 -
YUV 172.67 145.11 60.48 -
System Red Green Blue C M Y K H S L
Decimal 78 215 203 0.64 0 0.06 0.16 174.74 0.63 0.57
Hex 4E D7 CB 40 0 6 10 AF 3F 39
Octal 116 327 313 100 0 6 20 257 77 71
Binary 1001110 11010111 11001011 1000000 0 110 10000 10101111 111111 111001

Color Harmonies of #4ED7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED7CB

Black with #4ED7CB

Text Example


Text Example

White with #4ED7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,215,203); }

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

background-color css

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

 a { background-color: rgb(78,215,203); }

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

border-color css

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

 span { border-color: rgb(78,215,203); }

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