Html Css Color HEX #5ED6CC Medium Turquoise

📋 copy color: '#5ED6CC'

red 94 ◦ green 214 ◦ blue 204

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

Shades of Medium Turquoise #5ED6CC

Tints of Medium Turquoise #5ED6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.8%

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 18.36%
G = 41.8%
B = 39.84%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#5ED6CC (or 0x5ED6CC) is known color: Medium Turquoise. HEX triplet: 5E, D6 and CC. RGB value is (94,214,204). Sum of RGB (Red+Green+Blue) = 94+214+204=512 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.36% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #5ED6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED6CC is #A12933. Grayscale: #B0B0B0. Windows color (decimal): -10561844 or 13424222. OLE color: 13424222.

HSL color Cylindrical-coordinate representation of color #5ED6CC: hue angle of 175º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED6CC is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 94 214 204 -
CMYK 0.56 0 0.05 0.16
HSL 175º 0.59% 0.6% -
HSV(B) 175º 0.56% 0.84% -
XYZ 39.56 54.83 65.63 -
YUV 176.98 143.24 68.81 -
System Red Green Blue C M Y K H S L
Decimal 94 214 204 0.56 0 0.05 0.16 175 0.59 0.6
Hex 5E D6 CC 38 0 5 10 AF 3B 3C
Octal 136 326 314 70 0 5 20 257 73 74
Binary 1011110 11010110 11001100 111000 0 101 10000 10101111 111011 111100

Color Harmonies of #5ED6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED6CC

Black with #5ED6CC

Text Example


Text Example

White with #5ED6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,214,204); }

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

background-color css

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

 a { background-color: rgb(94,214,204); }

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

border-color css

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

 span { border-color: rgb(94,214,204); }

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