Html Css Color HEX #5EDDCE Medium Turquoise

📋 copy color: '#5EDDCE'

red 94 ◦ green 221 ◦ blue 206

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

Shades of Medium Turquoise #5EDDCE

Tints of Medium Turquoise #5EDDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.42%

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 18.04%
G = 42.42%
B = 39.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#5EDDCE (or 0x5EDDCE) is known color: Medium Turquoise. HEX triplet: 5E, DD and CE. RGB value is (94,221,206). Sum of RGB (Red+Green+Blue) = 94+221+206=521 (69% of max value = 765). Red value is 94 (37.11% from 255 or 18.04% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDDCE is #A12231. Grayscale: #B5B5B5. Windows color (decimal): -10560050 or 13557086. OLE color: 13557086.

HSL color Cylindrical-coordinate representation of color #5EDDCE: hue angle of 172.91º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDDCE is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 221 206 -
CMYK 0.57 0 0.07 0.13
HSL 172.91º 0.65% 0.62% -
HSV(B) 172.91º 0.57% 0.87% -
XYZ 41.61 58.55 67.5 -
YUV 181.32 141.92 65.72 -
System Red Green Blue C M Y K H S L
Decimal 94 221 206 0.57 0 0.07 0.13 172.91 0.65 0.62
Hex 5E DD CE 39 0 7 D AD 41 3E
Octal 136 335 316 71 0 7 15 255 101 76
Binary 1011110 11011101 11001110 111001 0 111 1101 10101101 1000001 111110

Color Harmonies of #5EDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDDCE

Black with #5EDDCE

Text Example


Text Example

White with #5EDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,221,206); }

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

background-color css

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

 a { background-color: rgb(94,221,206); }

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

border-color css

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

 span { border-color: rgb(94,221,206); }

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