Html Css Color HEX #4ED0DF Medium Turquoise

📋 copy color: '#4ED0DF'

red 78 ◦ green 208 ◦ blue 223

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

Shades of Medium Turquoise #4ED0DF

Tints of Medium Turquoise #4ED0DF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.86%

 BLUE value IS 223 (87.5% from 255) = 43.81%

R = 15.32%
G = 40.86%
B = 43.81%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4ED0DF (or 0x4ED0DF) is known color: Medium Turquoise. HEX triplet: 4E, D0 and DF. RGB value is (78,208,223). Sum of RGB (Red+Green+Blue) = 78+208+223=509 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.32% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #4ED0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED0DF is #B12F20. Grayscale: #AAAAAA. Windows color (decimal): -11611937 or 14667854. OLE color: 14667854.

HSL color Cylindrical-coordinate representation of color #4ED0DF: hue angle of 186.21º degrees, saturation: 0.69, 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 #4ED0DF is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 208 223 -
CMYK 0.65 0.07 0 0.13
HSL 186.21º 0.69% 0.59% -
HSV(B) 186.21º 0.65% 0.87% -
XYZ 39.02 52.06 77.8 -
YUV 170.84 157.43 61.78 -
System Red Green Blue C M Y K H S L
Decimal 78 208 223 0.65 0.07 0 0.13 186.21 0.69 0.59
Hex 4E D0 DF 41 7 0 D BA 45 3B
Octal 116 320 337 101 7 0 15 272 105 73
Binary 1001110 11010000 11011111 1000001 111 0 1101 10111010 1000101 111011

Color Harmonies of #4ED0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED0DF

Black with #4ED0DF

Text Example


Text Example

White with #4ED0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,208,223); }

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

background-color css

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

 a { background-color: rgb(78,208,223); }

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

border-color css

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

 span { border-color: rgb(78,208,223); }

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