Html Css Color HEX #4ED8DD Medium Turquoise

📋 copy color: '#4ED8DD'

red 78 ◦ green 216 ◦ blue 221

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

Shades of Medium Turquoise #4ED8DD

Tints of Medium Turquoise #4ED8DD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.94%

 BLUE value IS 221 (86.72% from 255) = 42.91%

R = 15.15%
G = 41.94%
B = 42.91%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4ED8DD (or 0x4ED8DD) is known color: Medium Turquoise. HEX triplet: 4E, D8 and DD. RGB value is (78,216,221). Sum of RGB (Red+Green+Blue) = 78+216+221=515 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.15% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #4ED8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED8DD is #B12722. Grayscale: #AFAFAF. Windows color (decimal): -11609891 or 14538830. OLE color: 14538830.

HSL color Cylindrical-coordinate representation of color #4ED8DD: hue angle of 182.1º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ED8DD is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 216 221 -
CMYK 0.65 0.02 0 0.13
HSL 182.1º 0.68% 0.59% -
HSV(B) 182.1º 0.65% 0.87% -
XYZ 40.75 55.95 77.06 -
YUV 175.31 153.78 58.59 -
System Red Green Blue C M Y K H S L
Decimal 78 216 221 0.65 0.02 0 0.13 182.1 0.68 0.59
Hex 4E D8 DD 41 2 0 D B6 44 3B
Octal 116 330 335 101 2 0 15 266 104 73
Binary 1001110 11011000 11011101 1000001 10 0 1101 10110110 1000100 111011

Color Harmonies of #4ED8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED8DD

Black with #4ED8DD

Text Example


Text Example

White with #4ED8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,216,221); }

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

background-color css

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

 a { background-color: rgb(78,216,221); }

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

border-color css

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

 span { border-color: rgb(78,216,221); }

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