Html Css Color HEX #5ED0CF Medium Turquoise

📋 copy color: '#5ED0CF'

red 94 ◦ green 208 ◦ blue 207

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

Shades of Medium Turquoise #5ED0CF

Tints of Medium Turquoise #5ED0CF

RGB

 RED value IS 94 (37.11% from 255) = 18.47%

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

 BLUE value IS 207 (81.25% from 255) = 40.67%

R = 18.47%
G = 40.86%
B = 40.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#5ED0CF (or 0x5ED0CF) is known color: Medium Turquoise. HEX triplet: 5E, D0 and CF. RGB value is (94,208,207). Sum of RGB (Red+Green+Blue) = 94+208+207=509 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.47% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED0CF is #A12F30. Grayscale: #ADADAD. Windows color (decimal): -10563377 or 13619294. OLE color: 13619294.

HSL color Cylindrical-coordinate representation of color #5ED0CF: hue angle of 179.47º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED0CF is Cyan = 0.55, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 94 208 207 -
CMYK 0.55 0 0.00 0.18
HSL 179.47º 0.55% 0.59% -
HSV(B) 179.47º 0.55% 0.82% -
XYZ 38.43 52 67.04 -
YUV 173.8 146.73 71.08 -
System Red Green Blue C M Y K H S L
Decimal 94 208 207 0.55 0 0.00 0.18 179.47 0.55 0.59
Hex 5E D0 CF 37 0 0 12 B3 37 3B
Octal 136 320 317 67 0 0 22 263 67 73
Binary 1011110 11010000 11001111 110111 0 0 10010 10110011 110111 111011

Color Harmonies of #5ED0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED0CF

Black with #5ED0CF

Text Example


Text Example

White with #5ED0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ED0CF; }

 p { color: rgb(94,208,207); }

 H1.HeaderClassName
 {
   color: #5ED0CF;
 }
 .AnyTagClassName
 {
   color: #5ED0CF;
 }
</style>

background-color css

<style>
 a { background-color: #5ED0CF; }

 a { background-color: rgb(94,208,207); }

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

border-color css

<style>
 span { border-color: #5ED0CF; }

 span { border-color: rgb(94,208,207); }

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