Html Css Color HEX #5EC6C6 Medium Turquoise

📋 copy color: '#5EC6C6'

red 94 ◦ green 198 ◦ blue 198

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

Shades of Medium Turquoise #5EC6C6

Tints of Medium Turquoise #5EC6C6

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.41%

 BLUE value IS 198 (77.73% from 255) = 40.41%

R = 19.18%
G = 40.41%
B = 40.41%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5EC6C6 (or 0x5EC6C6) is known color: Medium Turquoise. HEX triplet: 5E, C6 and C6. RGB value is (94,198,198). Sum of RGB (Red+Green+Blue) = 94+198+198=490 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.18% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 198 - color contains mainly: green, blue. Hex color #5EC6C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC6C6 is #A13939. Grayscale: #A6A6A6. Windows color (decimal): -10565946 or 13026910. OLE color: 13026910.

HSL color Cylindrical-coordinate representation of color #5EC6C6: hue angle of 180º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EC6C6 is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 94 198 198 -
CMYK 0.53 0 0 0.22
HSL 180º 0.48% 0.57% -
HSV(B) 180º 0.53% 0.78% -
XYZ 35 46.85 60.62 -
YUV 166.9 145.54 76 -
System Red Green Blue C M Y K H S L
Decimal 94 198 198 0.53 0 0 0.22 180 0.48 0.57
Hex 5E C6 C6 35 0 0 16 B4 30 39
Octal 136 306 306 65 0 0 26 264 60 71
Binary 1011110 11000110 11000110 110101 0 0 10110 10110100 110000 111001

Color Harmonies of #5EC6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC6C6

Black with #5EC6C6

Text Example


Text Example

White with #5EC6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,198,198); }

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

background-color css

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

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

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

border-color css

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

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

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