Html Css Color HEX #5EDBCD Medium Turquoise

📋 copy color: '#5EDBCD'

red 94 ◦ green 219 ◦ blue 205

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

Shades of Medium Turquoise #5EDBCD

Tints of Medium Turquoise #5EDBCD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.28%

 BLUE value IS 205 (80.47% from 255) = 39.58%

R = 18.15%
G = 42.28%
B = 39.58%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#5EDBCD (or 0x5EDBCD) is known color: Medium Turquoise. HEX triplet: 5E, DB and CD. RGB value is (94,219,205). Sum of RGB (Red+Green+Blue) = 94+219+205=518 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.15% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDBCD is #A12432. Grayscale: #B3B3B3. Windows color (decimal): -10560563 or 13491038. OLE color: 13491038.

HSL color Cylindrical-coordinate representation of color #5EDBCD: hue angle of 173.28º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDBCD is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 219 205 -
CMYK 0.57 0 0.06 0.14
HSL 173.28º 0.63% 0.61% -
HSV(B) 173.28º 0.57% 0.86% -
XYZ 40.97 57.45 66.69 -
YUV 180.03 142.09 66.64 -
System Red Green Blue C M Y K H S L
Decimal 94 219 205 0.57 0 0.06 0.14 173.28 0.63 0.61
Hex 5E DB CD 39 0 6 E AD 3F 3D
Octal 136 333 315 71 0 6 16 255 77 75
Binary 1011110 11011011 11001101 111001 0 110 1110 10101101 111111 111101

Color Harmonies of #5EDBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDBCD

Black with #5EDBCD

Text Example


Text Example

White with #5EDBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,219,205); }

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

background-color css

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

 a { background-color: rgb(94,219,205); }

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

border-color css

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

 span { border-color: rgb(94,219,205); }

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